Searched defs:ACL_DEFAULT (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dacl.h65 #define ACL_DEFAULT (0x1000) /* default flag */ macro
67 #define DEF_USER_OBJ (ACL_DEFAULT | USER_OBJ)
69 #define DEF_USER (ACL_DEFAULT | USER)
71 #define DEF_GROUP_OBJ (ACL_DEFAULT | GROUP_OBJ)
73 #define DEF_GROUP (ACL_DEFAULT | GROUP)
75 #define DEF_CLASS_OBJ (ACL_DEFAULT | CLASS_OBJ)
77 #define DEF_OTHER_OBJ (ACL_DEFAULT | OTHER_OBJ)

Completed in 53 milliseconds