]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
O_PATH: allow vfs_extattr syscalls
authorGreg V <greg@unrelenting.technology>
Sun, 10 Oct 2021 12:45:31 +0000 (15:45 +0300)
committerKonstantin Belousov <kib@FreeBSD.org>
Mon, 11 Oct 2021 17:09:49 +0000 (20:09 +0300)
commit98dae405de7f8b3506dd94dcd3e9f51d3fb15962
tree670e245eb7f36566c84264f3f7b293e5c3324532
parent8da27052535b816096dd28debe5bbbad3dcf4ea4
O_PATH: allow vfs_extattr syscalls

These calls do operate on vnodes only, not file contents.
This is useful for e.g. the xdg-document-portal fuse filesystem.

Reviewed by: kib, markj
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D32438
lib/libc/sys/extattr_get_file.2
sys/kern/vfs_extattr.c