Add setacl system call?

exorcistkiller exorcistkiller at gmail.com
Tue Jul 26 05:27:25 UTC 2011


Thank you Robert!

Another question while I'm reading the code. In ufs_acl.c, in static int
ufs_getacl_posix1e(struct vop_getacl_args *ap), you commented: As part of
the ACL is stored in the inode, and the rest in an EA, assemble both into a
final ACL product. From what I learned from Kirk's book, ACLs are supposed
be stored in extended attributes blocks. So what do you mean by "part of the
ACL is stores in the inode"? I know extended attributes blocks data can be
addressed by inode, but how to get ACL directly from the inode?

--
View this message in context: http://freebsd.1045724.n5.nabble.com/Add-setacl-system-call-tp4627557p4633662.html
Sent from the freebsd-hackers mailing list archive at Nabble.com.


More information about the freebsd-hackers mailing list