Re: a queston about ACL acl_type_t

2002-11-08 Thread Chris Faulhaber
On Fri, Nov 08, 2002 at 11:17:39AM +0800, kai ouyang wrote: Hi, I am trying to understand the ACL implementation in FreeBSD-Current. I have a question about ACL. in acl.h, there are some acl_type_t value macro: /* * Possible valid values for acl_type_t arguments. */ #define

a queston about ACL acl_type_t

2002-11-07 Thread kai ouyang
Hi, I am trying to understand the ACL implementation in FreeBSD-Current. I have a question about ACL. in acl.h, there are some acl_type_t value macro: /* * Possible valid values for acl_type_t arguments. */ #define ACL_TYPE_ACCESS 0x #define ACL_TYPE_DEFAULT 0x0001 #define