Home
last modified time | relevance | path

Searched refs:aclinherit (Results 1 – 21 of 21) sorted by relevance

/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/delegate/
H A Dzfs_allow_012_neg.ksh61 aclmode aclinherit rollback clone rename promote dnodesize \
H A Dzfs_allow_010_pos.ksh77 aclinherit true false \
H A Ddelegate_common.kshlib268 aclinherit)
1187 user_run $user zfs set aclinherit=${modes[$n]} $fs
1189 typeset newval=$(get_prop aclinherit $fs)
1192 elif [[ ${modes[$n]} != $(get_prop aclinherit $fs) ]]; then
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/
H A Dzfs_acl_chmod_owner_001_pos.ksh331 log_must zfs set aclinherit=passthrough $TESTPOOL/$TESTFS
349 log_must zfs inherit aclinherit $TESTPOOL/$TESTFS
H A Dzfs_acl_chmod_inherit_004_pos.ksh107 log_must zfs set aclinherit=passthrough-x $TESTPOOL/$TESTFS
H A Dzfs_acl_chmod_rwacl_001_pos.ksh259 log_must zfs set aclinherit=passthrough $TESTPOOL/$TESTFS
281 log_must zfs inherit aclinherit $TESTPOOL/$TESTFS
H A Dzfs_acl_chmod_inherit_002_pos.ksh294 log_must zfs set aclinherit=$inherit $TESTPOOL/$TESTFS
H A Dzfs_acl_chmod_inherit_003_pos.ksh229 log_must zfs set aclinherit=$inherit $TESTPOOL/$TESTFS
H A Dzfs_acl_chmod_inherit_002_neg.ksh249 log_must zfs set aclinherit=$inherit $TESTPOOL/$TESTFS
/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_009_pos.ksh54 zoned snapdir aclmode aclinherit canmount primarycache secondarycache \
H A Dzfs_get_008_pos.ksh56 aclmode aclinherit canmount primarycache secondarycache \
H A Dzfs_get_005_neg.ksh51 aclinherit canmount primarycache secondarycache \
H A Dzfs_get_001_pos.ksh63 snapdir aclmode aclinherit canmount primarycache secondarycache \
/illumos-gate/usr/src/test/zfs-tests/tests/functional/rsend/
H A Drsend_012_pos.ksh122 rand_set_prop $fs aclinherit "discard" "noallow" "secure" "passthrough"
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_user/misc/
H A Dmisc.cfg33 aclinherit aclmode atime \
/illumos-gate/usr/src/test/zfs-tests/tests/functional/channel_program/synctask_core/
H A Dtst.get_index_props.zcp30 props['aclinherit'] = {{'restricted','default'}, {nil, nil}}
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_acl.c1536 uint_t aclinherit; in zfs_acl_inherit() local
1544 aclinherit = zfsvfs->z_acl_inherit; in zfs_acl_inherit()
1545 if (aclinherit == ZFS_ACL_DISCARD || vtype == VLNK) in zfs_acl_inherit()
1561 if ((aclinherit == ZFS_ACL_NOALLOW && type == ALLOW) || in zfs_acl_inherit()
1569 if ((aclinherit == ZFS_ACL_PASSTHROUGH || in zfs_acl_inherit()
1570 aclinherit == ZFS_ACL_PASSTHROUGH_X) && in zfs_acl_inherit()
1580 if (aclinherit == ZFS_ACL_PASSTHROUGH_X && type == ALLOW && in zfs_acl_inherit()
1589 if (aclinherit == ZFS_ACL_RESTRICTED && type == ALLOW) { in zfs_acl_inherit()
/illumos-gate/usr/src/test/zfs-tests/include/
H A Dproperties.shlib34 typeset -a fs_props=('compress' 'checksum' 'recsize' 'aclinherit' 'aclmode'
H A Dlibtest.shlib511 log_must zfs set aclinherit=secure $fs