Searched refs:acl (Results 51 - 75 of 200) sorted by relevance

12345678

/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/
H A Dsetup.ksh33 . $STF_SUITE/tests/functional/acl/acl_common.kshlib
H A Dzfs_acl_chmod_inherit_002_neg.ksh33 . $STF_SUITE/tests/functional/acl/acl_common.kshlib
153 eval expacl=\$acl$i
279 log_note "$user: chmod $acl $basedir"
286 eval acl=\$acl$i
287 log_must usr_exec chmod A+$acl $basedir
H A Dzfs_acl_chmod_inherit_002_pos.ksh32 . $STF_SUITE/tests/functional/acl/acl_common.kshlib
157 eval expect1=\$acl$i
268 log_fail "Unexpect acl: $node, $inherit ($str)"
280 # the acl will not change during chmod.
332 log_note "$user: chmod $acl $basedir"
339 eval acl=\$acl$i
344 log_must usr_exec chmod A+$acl $basedir
H A Dzfs_acl_chmod_inherit_003_pos.ksh32 . $STF_SUITE/tests/functional/acl/acl_common.kshlib
141 eval expacl=\$acl$i
213 log_fail "unexpected acl: $node," \
264 eval acl=\$acl$i
265 log_must usr_exec chmod A+$acl $basedir
H A Dzfs_acl_chmod_001_neg.ksh32 . $STF_SUITE/tests/functional/acl/acl_common.kshlib
H A Dzfs_acl_chmod_inherit_004_pos.ksh32 . $STF_SUITE/tests/functional/acl/acl_common.kshlib
H A Dzfs_acl_cp_001_pos.ksh32 . $STF_SUITE/tests/functional/acl/acl_common.kshlib
H A Dzfs_acl_tar_001_pos.ksh34 . $STF_SUITE/tests/functional/acl/acl_common.kshlib
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/trivial/
H A Dsetup.ksh33 . $STF_SUITE/tests/functional/acl/acl_common.kshlib
H A Dzfs_acl_cp_001_pos.ksh32 . $STF_SUITE/tests/functional/acl/acl_common.kshlib
H A Dzfs_acl_find_001_pos.ksh32 . $STF_SUITE/tests/functional/acl/acl_common.kshlib
H A Dzfs_acl_find_002_neg.ksh32 . $STF_SUITE/tests/functional/acl/acl_common.kshlib
H A Dzfs_acl_pax_001_pos.ksh32 . $STF_SUITE/tests/functional/acl/acl_common.kshlib
H A Dzfs_acl_pax_002_pos.ksh32 . $STF_SUITE/tests/functional/acl/acl_common.kshlib
H A Dzfs_acl_pax_003_pos.ksh32 . $STF_SUITE/tests/functional/acl/acl_common.kshlib
H A Dzfs_acl_pax_005_pos.ksh32 . $STF_SUITE/tests/functional/acl/acl_common.kshlib
H A Dzfs_acl_pax_006_pos.ksh32 . $STF_SUITE/tests/functional/acl/acl_common.kshlib
H A Dzfs_acl_tar_001_pos.ksh32 . $STF_SUITE/tests/functional/acl/acl_common.kshlib
H A Dzfs_acl_tar_002_neg.ksh32 . $STF_SUITE/tests/functional/acl/acl_common.kshlib
H A Dzfs_acl_chmod_001_pos.ksh32 . $STF_SUITE/tests/functional/acl/acl_common.kshlib
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsrvsvc_sd.c190 acl_t *acl; local
193 if (acl_fromtext("owner@:rwxpdDaARWcCos::allow", &acl) != 0)
199 fs_sd.sd_zdacl = acl;
239 srvsvc_acl_set_relative(uint8_t *sdbuf, smb_acl_t *acl) argument
248 m_acl->revision = acl->sl_revision;
250 m_acl->size = acl->sl_bsize;
252 m_acl->ace_count = acl->sl_acecnt;
400 smb_acl_t *acl; local
409 acl = smb_acl_alloc(rev, sz, ace_cnt);
411 return (acl);
[all...]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_acl.c42 #include <sys/acl.h>
801 * the semantics of the IETF draft, draft-ietf-nfsv4-acl-mapping-01.txt.
1387 ace4_list_t *normacl = NULL, *dfacl = NULL, *acl; local
1431 /* see if this should be a regular or default acl */
1447 acl = dfacl;
1449 acl = normacl;
1455 if (acl->state > ace4_user_obj) {
1462 acl->state = ace4_user_obj;
1463 acl->seen |= USER_OBJ;
1464 vals = &acl
[all...]
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_vnode.c33 #include <sys/acl.h>
/illumos-gate/usr/src/uts/common/sys/
H A Dacl.h41 typedef struct acl { struct
208 /* cmd args to acl(2) for aclent_t */
218 /* minimal acl entries from GETACLCNT */
223 /* acl check errors */
245 * controls whether a trivial acl should be returned.
274 #define EACL_COUNT_ERROR 12 /* invalid acl count */
276 #define EACL_INVALID_SLOT 13 /* invalid acl slot */
281 #define EACL_INVALID_STR 17 /* invalid acl string */
285 #define EACL_MISSING_FIELDS 21 /* missing fields in acl */
298 extern int acl_set(const char *, acl_t *acl);
[all...]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/cifs/
H A Dcifs_attr_001_pos.ksh32 . $STF_SUITE/tests/functional/acl/acl_common.kshlib
33 . $STF_SUITE/tests/functional/acl/cifs/cifs.kshlib

Completed in 90 milliseconds

12345678