Home
last modified time | relevance | path

Searched refs:acl_type (Results 1 – 22 of 22) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/
H A Dzfs_acl_chmod_rwx_002_pos.ksh110 typeset acl_type=$3
117 if [[ $acl_type == "allow" ]]; then
119 elif [[ $acl_type == "deny" ]]; then
142 typeset acl_type=$5
149 u_bits=$(cal_bits $u_bits $acl_access $acl_type)
152 g_bits=$(cal_bits $g_bits $acl_access $acl_type)
155 o_bits=$(cal_bits $o_bits $acl_access $acl_type)
173 typeset init_mask acl_flag acl_access acl_type
187 acl_type=$(form_random_str a_type)
189 typeset acl_spec=${acl_flag}@:${acl_access}:${acl_type}
[all …]
H A Dzfs_acl_chmod_compact_001_pos.ksh113 typeset acl_type=$5
141 tmp_ace=${tmp_ace}---:${acl_type}
156 typeset acl_type=$6
159 "$acl_inherit_object" "$acl_inherit_strategy" "$acl_type")
173 acl_type
185 acl_type=$(form_random_str a_type 1)
196 acl_spec=${acl_spec}:${acl_type}
213 "$acl_inherit_object" "$acl_inherit_strategy" "$acl_type"
216 if [[ $acl_type == deny && $acl_access == *C* ]]; then
/illumos-gate/usr/src/lib/libsec/common/
H A Daclutils.c196 switch (acl_info->acl_type) { in cacl_get()
290 (aclp->acl_type == ACE_T) ? ACE_SETACL : SETACL, in cacl_set()
294 (aclp->acl_type == ACE_T) ? ACE_SETACL : SETACL, in cacl_set()
328 acl_type(acl_t *aclp) in acl_type() function
330 return (aclp->acl_type); in acl_type()
338 newaclp = acl_alloc(aclp->acl_type); in acl_dup()
371 acl_to_aclp(enum acl_type type, void *acl, int count) in acl_to_aclp()
497 if (acl->acl_type != removeacl->acl_type) in acl_removeentries()
500 if (acl->acl_type == ACLENT_T) in acl_removeentries()
570 if (acl1->acl_type != newentries->acl_type) in acl_modifyentries()
[all …]
H A Daclutils.h137 extern int acl_type(acl_t *);
146 extern acl_t *acl_to_aclp(enum acl_type, void *, int);
H A Dacl.y94 if ($$->acl_type == ACLENT_T) {
129 if ($$->acl_type == ACE_T) {
H A Dmapfile-vers91 acl_type;
H A Dacltext.c55 extern acl_t *acl_alloc(enum acl_type);
985 switch (aclp->acl_type) { in acl_totext()
1126 switch (aclp->acl_type) { in acl_printacl2()
1144 switch (aclp->acl_type) { in acl_printacl()
H A Daclcheck.c366 switch (aclp->acl_type) { in acl_check()
/illumos-gate/usr/src/uts/common/sys/
H A Dacl_impl.h42 typedef enum acl_type { enum
48 acl_type_t acl_type; /* style of acl */ member
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dacl_api.c65 acl_t *acl_alloc(enum acl_type);
286 if (acl && acl->acl_type != ACE_T) in smbfs_acl_set()
/illumos-gate/usr/src/common/acl/
H A Dacl_common.c267 acl_alloc(enum acl_type type) in acl_alloc()
279 aclp->acl_type = ACE_T; in acl_alloc()
283 aclp->acl_type = ACLENT_T; in acl_alloc()
1514 if ((target_flavor == _ACL_ACE_ENABLED && aclp->acl_type == ACE_T) || in acl_translate()
1516 aclp->acl_type == ACLENT_T)) in acl_translate()
1525 aclp->acl_type == ACLENT_T) { in acl_translate()
1532 aclp->acl_type == ACE_T) { in acl_translate()
1549 aclp->acl_type = ACE_T; in acl_translate()
1552 aclp->acl_type = ACLENT_T; in acl_translate()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_acl.c901 smb_fsacl_from_vsa(vsecattr_t *vsecattr, acl_type_t acl_type) in smb_fsacl_from_vsa() argument
910 acl_info = acl_alloc(acl_type); in smb_fsacl_from_vsa()
916 switch (acl_type) { in smb_fsacl_from_vsa()
985 switch (acl_info->acl_type) { in smb_fsacl_to_vsa()
H A Dsmb_vops.c1382 smb_vop_acl_read(vnode_t *vp, acl_t **aclp, int flags, acl_type_t acl_type, in smb_vop_acl_read() argument
1394 switch (acl_type) { in smb_vop_acl_read()
1411 *aclp = smb_fsacl_from_vsa(&vsecattr, acl_type); in smb_vop_acl_read()
/illumos-gate/usr/src/cmd/fs.d/smbclnt/chacl/
H A Dchacl.c136 if (acl->acl_type != ACE_T) { in main()
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_acl.c60 acl_t *acl_alloc(enum acl_type);
/illumos-gate/usr/src/common/smbclnt/
H A Dsmbfs_ntacl.c915 if (acl_info->acl_type != ACE_T || in smbfs_acl_sd2zfs()
1467 if (acl_info->acl_type != ACE_T || in smbfs_acl_zfs2sd()
/illumos-gate/usr/src/lib/lib9p/common/
H A Dgenacl.c758 if (sysacl->acl_type != ACE_T) in l9p_illumos_nfsv4acl_to_acl()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drcp.c1886 if (aclp && (acl_type(aclp) != ACLENT_T) && (acl_aclflag == 0)) { in sendacl()
1895 acltype = (acl_type(aclp) != ACLENT_T) ? 'Z' : 'A'; in sendacl()
/illumos-gate/usr/src/cmd/ls/
H A Dls.c2056 if (acl_type(rep->aclp) == ACLENT_T) { in gstat()
2108 } else if (acl_type(rep->aclp) == ACE_T) { in gstat()
/illumos-gate/usr/src/cmd/find/
H A Dfind.c826 if (acl->acl_type == ACLENT_T) { in aclmatch()
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c8063 switch (acl_type(aclp)) { in append_secattr()
8079 attr->attr_type = (acl_type(aclp) == ACLENT_T) ? in append_secattr()
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c8148 ACL_SID_FMT), (acl_type(aclp) == ACLENT_T) ? in put_extra_attributes()