Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/
H A Dzfs_acl_chmod_rwx_003_pos.ksh65 typeset acl_spec=$2
69 if [[ $acl_spec == *:allow ]] || \
71 [[ $user == root && $acl_spec != *"execute"* ]]
74 elif [[ $acl_spec == *:deny ]]; then
82 typeset acl_spec=$2
87 if [[ $acl_spec == "owner@:"* || $acl_spec == "everyone@:"* ]]; then
88 log=$(logname $node $acl_spec $ZFS_ACL_CUR_USER)
89 $log rwx_node $ZFS_ACL_CUR_USER $node $acl_spec
91 if [[ $acl_spec == "group@:"* || $acl_spec == "everyone@:"* ]]; then
92 log=$(logname $node $acl_spec $g_usr)
[all …]
H A Dzfs_acl_chmod_compact_001_pos.ksh187 acl_spec=${acl_flag}@:${acl_access}
194 acl_spec=${acl_spec}:${acl_inherit_object}${acl_inherit_strategy}
196 acl_spec=${acl_spec}:${acl_type}
210 log_must usr_exec chmod ${operator}${acl_spec} $node
H A Dzfs_acl_chmod_rwx_002_pos.ksh189 typeset acl_spec=${acl_flag}@:${acl_access}:${acl_type}
206 log_must usr_exec chmod $operator$acl_spec $node
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/
H A Dacl_common.kshlib360 typeset acl_spec=$3
362 if [[ $user == "" || $node == "" || $acl_spec == "" ]]; then
368 case $acl_spec in
384 case $acl_spec in
/illumos-gate/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()