Searched refs:aclinherit (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/tests/functional/delegate/
H A Dzfs_allow_012_neg.ksh61 aclmode aclinherit rollback clone rename promote \
H A Dzfs_allow_010_pos.ksh76 aclinherit true false \
H A Ddelegate_common.kshlib263 aclinherit)
1148 # PSARC/2008/231 change the default value of aclinherit to "restricted"
1164 log_note "$user zfs set aclinherit=${modes[$n]} $fs"
1165 user_run $user zfs set aclinherit=${modes[$n]} $fs
1167 typeset newval=$(get_prop aclinherit $fs)
1170 elif [[ ${modes[$n]} != $(get_prop aclinherit $fs) ]]; then
/illumos-gate/usr/src/test/zfs-tests/tests/functional/history/
H A Dhistory_002_pos.ksh84 aclinherit discard aclinherit noallow
85 aclinherit secure aclinherit passthrough
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_get/
H A Dzfs_get_002_pos.ksh53 snapdir aclmode aclinherit canmount primarycache secondarycache \
H A Dzfs_get_008_pos.ksh56 aclmode aclinherit canmount primarycache secondarycache \
H A Dzfs_get_009_pos.ksh54 zoned snapdir aclmode aclinherit canmount primarycache secondarycache \
H A Dzfs_get_001_pos.ksh62 snapdir aclmode aclinherit canmount primarycache secondarycache \
H A Dzfs_get_005_neg.ksh51 aclinherit canmount primarycache secondarycache \
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/
H A Dzfs_acl_chmod_inherit_004_pos.ksh35 # Verify aclinherit=passthrough-x will inherit the execute permission only if
40 # 2. Set aclinherit=passthrough-x
52 log_assert "aclinherit=passthrough-x should inherit the execute permission" \
106 log_must zfs set aclinherit=passthrough-x $TESTPOOL/$TESTFS
114 log_pass "aclinherit=passthrough-x should inherit the execute permission" \
H A Dzfs_acl_chmod_inherit_002_neg.ksh37 # when filesystem has the different aclinherit setting
72 "aclinherit property values"
95 function verify_inherit #<aclinherit> <object> [strategy]
249 log_must zfs set aclinherit=$inherit $TESTPOOL/$TESTFS
300 "aclinherit property values"
H A Dzfs_acl_chmod_inherit_002_pos.ksh37 # filesystem has the different aclinherit setting
43 # combine with the variable setting of aclinherit:
82 "filesystem has the different aclinherit setting."
107 function verify_inherit #<aclinherit> <object> [strategy]
160 # aclinherit=passthrough,
165 # aclinherit=restricted,
170 # aclinherit=noallow,
173 # aclinherit=discard
282 # aclmode/aclinherit works well,
291 # Set different value of aclinherit
[all...]
H A Dzfs_acl_chmod_inherit_003_pos.ksh36 # filesystem has the different aclinherit setting
42 # combine with the variable setting of aclinherit:
69 "filesystem has the different aclinherit setting"
93 function verify_inherit #<aclinherit> <object> [strategy]
228 log_must zfs set aclinherit=$inherit $TESTPOOL/$TESTFS
277 log_pass "Verify chmod inherit behaviour co-op with aclinherit setting passed"
/illumos-gate/usr/src/test/zfs-tests/tests/functional/rsend/
H A Drsend_012_pos.ksh132 rand_set_prop $fs aclinherit "discard" "noallow" "secure" "passthrough"
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_acl.c1509 uint_t aclinherit; local
1513 aclinherit = zfsvfs->z_acl_inherit;
1514 if (aclinherit == ZFS_ACL_DISCARD || vtype == VLNK)
1529 if ((aclinherit == ZFS_ACL_NOALLOW && type == ALLOW) ||
1537 if (aclinherit == ZFS_ACL_PASSTHROUGH_X && type == ALLOW &&
1546 if (aclinherit == ZFS_ACL_RESTRICTED && type == ALLOW) {

Completed in 104 milliseconds