Home
last modified time | relevance | path

Searched refs:SETACL (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/setfacl/
H A Dsetfacl.c259 if (acl(fnamep, SETACL, cnt, aclp) < 0) { in mod_entries()
327 if (acl(fnamep, SETACL, aclcnt, aclp) < 0) { in set_file_entries()
358 if (acl(fnamep, SETACL, aclcnt, aclp) < 0) { in set_online_entries()
/illumos-gate/usr/src/lib/libsec/common/
H A Daclutils.c290 (aclp->acl_type == ACE_T) ? ACE_SETACL : SETACL, in cacl_set()
294 (aclp->acl_type == ACE_T) ? ACE_SETACL : SETACL, in cacl_set()
429 error = acl(file, SETACL, aclcnt, min_acl); in acl_strip()
/illumos-gate/usr/src/cmd/filesync/
H A Dacls.c200 rc = acl(name, SETACL, nacl, list); in set_acls()
/illumos-gate/usr/src/uts/common/sys/
H A Dacl.h211 #define SETACL 2 macro
/illumos-gate/usr/src/uts/common/syscall/
H A Dacl.c248 case SETACL: in cacl()
/illumos-gate/usr/src/lib/libbsm/
H A Daudit_event.txt297 251:AUE_ACLSET:acl(2) - SETACL command:fm
298 252:AUE_FACLSET:facl(2) - SETACL command:fm
/illumos-gate/usr/src/cmd/chmod/
H A Dchmod.c707 if (acl(name, SETACL, aclcnt, aclp) in handle_acl()
/illumos-gate/usr/src/cmd/auditrecord/
H A Daudit_record_attr.txt237 comment=2, SETACL, "cmd":
788 comment=2, SETACL, "cmd":
792 comment=2, SETACL, "cmd":
798 comment=2, SETACL, "cmd":
/illumos-gate/usr/src/uts/common/c2/
H A Daudit_event.c5402 case SETACL: in aui_acl()
5436 case SETACL: in au_acl()
/illumos-gate/usr/src/cmd/truss/
H A Dprint.c1169 case SETACL: s = "SETACL"; break; in prt_acl()