Home
last modified time | relevance | path

Searched refs:acl_spec (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/
H A Dzfs_acl_chmod_rwx_003_pos.ksh61 typeset acl_spec=$2
65 if [[ $acl_spec == *:allow ]] || \
67 [[ $user == root && $acl_spec != *"execute"* ]]
70 elif [[ $acl_spec == *:deny ]]; then
78 typeset acl_spec=$2
83 if [[ $acl_spec == "owner@:"* || $acl_spec == "everyone@:"* ]]; then
84 log=$(logname $node $acl_spec $ZFS_ACL_CUR_USER)
85 $log rwx_node $ZFS_ACL_CUR_USER $node $acl_spec
87 if [[ $acl_spec == "group@:"* || $acl_spec == "everyone@:"* ]]; then
88 log=$(logname $node $acl_spec $g_usr)
[all …]
H A Dzfs_acl_chmod_compact_001_pos.ksh186 acl_spec=${acl_flag}@:${acl_access}
193 acl_spec=${acl_spec}:${acl_inherit_object}${acl_inherit_strategy}
195 acl_spec=${acl_spec}:${acl_type}
209 log_must usr_exec $CHMOD ${operator}${acl_spec} $node
H A Dzfs_acl_chmod_rwx_002_pos.ksh186 typeset acl_spec=${acl_flag}@:${acl_access}:${acl_type}
203 log_must usr_exec $CHMOD $operator$acl_spec $node
/titanic_41/usr/src/test/zfs-tests/tests/functional/acl/
H A Dacl_common.kshlib356 typeset acl_spec=$3
358 if [[ $user == "" || $node == "" || $acl_spec == "" ]]; then
364 case $acl_spec in
380 case $acl_spec in
/titanic_41/usr/src/cmd/chmod/
H A Dchmod.c595 char *acl_spec = NULL; in parse_acl_args() local
607 acl_spec = ++end; in parse_acl_args()
615 acl_spec = ++end; in parse_acl_args()
616 if (acl_spec[0] == '\0') { in parse_acl_args()
618 acl_spec = NULL; in parse_acl_args()
630 acl_spec = ++end; in parse_acl_args()
636 if ((action == ACL_REPLACE || action == ACL_ADD) && acl_spec[0] == '\0') in parse_acl_args()
639 if (acl_spec) { in parse_acl_args()
640 if (acl_parse(acl_spec, &new_acl)) { in parse_acl_args()