Re: Add setacl system call?

2011-07-28 Thread Robert Watson
On Mon, 25 Jul 2011, exorcistkiller wrote: 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 wha

Re: Add setacl system call?

2011-07-25 Thread exorcistkiller
//freebsd.1045724.n5.nabble.com/Add-setacl-system-call-tp4627557p4633662.html Sent from the freebsd-hackers mailing list archive at Nabble.com. ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscri

Re: Add setacl system call?

2011-07-25 Thread Robert Watson
On Sun, 24 Jul 2011, exorcistkiller wrote: Hi, I'm working on a course project in which I need to add 3 system calls. One of which is setacl(char *name, int type, int idnum, int perms), which set acl for a file specified by name. I used newfs as in ftp://ftp.tw.freebsd.org/pub/FreeBSD/FreeBSD

Add setacl system call?

2011-07-24 Thread exorcistkiller
D 8.2 support it? I know I'm asking stupid questions, but a small hint might help me a lot. Thank you so much.. -- View this message in context: http://freebsd.1045724.n5.nabble.com/Add-setacl-system-call-tp4627557p4627557.html Sent from the freebsd-hackers mailing list archive at