Searched refs:SETACL (Results 1 – 10 of 10) sorted by relevance
/titanic_44/usr/src/cmd/setfacl/ |
H A D | setfacl.c | 259 if (acl(fnamep, SETACL, cnt, aclp) < 0) { in mod_entries() 327 if (acl(fnamep, SETACL, aclcnt, aclp) < 0) { in set_file_entries() 359 if (acl(fnamep, SETACL, aclcnt, aclp) < 0) { in set_online_entries()
|
/titanic_44/usr/src/lib/libsec/common/ |
H A D | aclutils.c | 288 (aclp->acl_type == ACE_T) ? ACE_SETACL : SETACL, in cacl_set() 292 (aclp->acl_type == ACE_T) ? ACE_SETACL : SETACL, in cacl_set() 427 error = acl(file, SETACL, aclcnt, min_acl); in acl_strip()
|
/titanic_44/usr/src/cmd/filesync/ |
H A D | acls.c | 200 rc = acl(name, SETACL, nacl, list); in set_acls()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | acl.h | 191 #define SETACL 2 macro
|
/titanic_44/usr/src/uts/common/syscall/ |
H A D | acl.c | 249 case SETACL: in cacl()
|
/titanic_44/usr/src/lib/libbsm/ |
H A D | audit_event.txt | 296 251:AUE_ACLSET:acl(2) - SETACL command:fm 297 252:AUE_FACLSET:facl(2) - SETACL command:fm
|
/titanic_44/usr/src/cmd/chmod/ |
H A D | chmod.c | 707 if (acl(name, SETACL, aclcnt, aclp) in handle_acl()
|
/titanic_44/usr/src/cmd/auditrecord/ |
H A D | audit_record_attr.txt | 235 comment=2, SETACL, "cmd": 751 comment=2, SETACL, "cmd": 755 comment=2, SETACL, "cmd": 761 comment=2, SETACL, "cmd":
|
/titanic_44/usr/src/cmd/truss/ |
H A D | print.c | 1165 case SETACL: s = "SETACL"; break; in prt_acl()
|
/titanic_44/usr/src/uts/common/c2/ |
H A D | audit_event.c | 5294 case SETACL: in aui_acl() 5328 case SETACL: in au_acl()
|