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

/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/
H A Dzfs_acl_chmod_delete_001_pos.ksh130 function logname #acl_parent acl_target user
132 typeset acl_parent=$1
147 elif [[ $acl_parent == *"delete_child:deny"* ||
148 $acl_parent == *"write_data:deny"* ]]; then
152 elif [[ $acl_parent == *"delete_child:allow"* ||
153 $acl_parent == *"write_data:allow"* ]]; then
161 function check_chmod_results #node flag acl_parent acl_target g_usr o_usr
165 typeset acl_parent=$3
171 for acl in $acl_parent ; do
174 acl_parent
[all...]

Completed in 56 milliseconds