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.ksh62 function logname #node acl_spec user
65 typeset acl_spec=$2
69 if [[ $acl_spec == *:allow ]] || \
71 [[ $user == root && $acl_spec != *"execute"* ]]
74 elif [[ $acl_spec == *:deny ]]; then
79 function check_chmod_results #node acl_spec g_usr o_usr
82 typeset acl_spec=$2
87 if [[ $acl_spec == "owner@:"* || $acl_spec == "everyone@:"* ]]; then
88 log=$(logname $node $acl_spec
[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.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.kshlib349 # According to specified access or acl_spec, do relevant operating by using the
354 # $3 acl_spec or access
356 function rwx_node #user node acl_spec|access
360 typeset acl_spec=$3
362 if [[ $user == "" || $node == "" || $acl_spec == "" ]]; then
363 log_note "node or acl_spec are not defined."
368 case $acl_spec in
384 case $acl_spec in
/illumos-gate/usr/src/cmd/chmod/
H A Dchmod.c595 char *acl_spec = NULL; local
607 acl_spec = ++end;
615 acl_spec = ++end;
616 if (acl_spec[0] == '\0') {
618 acl_spec = NULL;
630 acl_spec = ++end;
636 if ((action == ACL_REPLACE || action == ACL_ADD) && acl_spec[0] == '\0')
639 if (acl_spec) {
640 if (acl_parse(acl_spec, &new_acl)) {

Completed in 69 milliseconds