ACLs are not reflected in FS extended attributes
Gleb Popov
arrowd at freebsd.org
Mon May 3 11:12:29 UTC 2021
On Tue, Apr 27, 2021 at 8:58 PM Ryan Moeller <ryan at ixsystems.com> wrote:
> ACLs on FreeBSD are not exposed through extended attributes but rather
> acl(9) interfaces in VFS implemented by each filesystem. There is a
> good selection of library interfaces already in acl(3).
> acl_extended_file(3) looks like it could be pretty much a convenience
> wrapper around acl_is_trivial_np(3). Hope that helps point you in the
> right direction!
>
> -Ryan
>
Thanks for your reply. Indeed, I used acl_is_trivial_np to implement this
function and it seems to work!
More information about the freebsd-hackers
mailing list