Searched refs:ACL (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/uts/common/sys/fs/ |
H A D | ufs_acl.h | 176 #define MASK2MODE(ACL) \ argument 177 ((ACL)->aclass.acl_ismask ? \ 178 ((((ACL)->aclass.acl_maskbits & \ 179 (ACL)->agroup->acl_ic_perm) & 07) << 3) : \ 180 (((ACL)->agroup->acl_ic_perm & 07) << 3))
|
/titanic_41/usr/src/cmd/truss/ |
H A D | print.h | 92 #define ACL 50 /* print acl() code */ macro
|
H A D | systable.c | 407 {"acl", 4, DEC, NOV, STG, ACL, DEC, HEX}, /* 185 */ 422 {"facl", 4, DEC, NOV, DEC, ACL, DEC, HEX}, /* 200 */
|
/titanic_41/usr/src/uts/common/os/ |
H A D | priv_defs | 91 bits or ACL do not allow the process execute permission. 96 bits or ACL do not allow the process read permission. 101 ACL do not allow the process search permission. 106 bits or ACL do not allow the process write permission. 136 permission bits or ACL except for the set-uid and set-gid
|
/titanic_41/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | inode.c | 279 if (idesc->id_type == ADDR || idesc->id_type == ACL) in ckinode_common() 450 case ACL: in iblock() 461 return ((idesc->id_type == ACL) ? STOP : SKIP); in iblock()
|
H A D | fsck.h | 219 #define ACL 2 /* an acl/shadow */ macro
|
H A D | pass3b.c | 137 curino.id_type = ACL; in pass3b()
|
/titanic_41/usr/src/cmd/find/ |
H A D | find.c | 86 ACL, AMIN, AND, ATIME, CMIN, CPIO, CSIZE, CTIME, DEPTH, EXEC, F_GROUP, enumerator 114 "-acl", ACL, Unary, 752 case ACL: 1082 case ACL:
|
/titanic_41/usr/src/cmd/auditrecord/ |
H A D | audit_record_attr.txt | 236 comment=3, number of ACL entries, "nentries": 752 comment=3, number of ACL entries, "nentries" 756 comment=3, number of ACL entries, "nentries": 762 comment=3, number of ACL entries, "nentries":
|
/titanic_41/exception_lists/ |
H A D | packaging | 824 # demo & test program for smbfs (private) ACL support
|