Searched refs:acl_spec (Results 1 – 5 of 5) sorted by relevance
65 typeset acl_spec=$269 if [[ $acl_spec == *:allow ]] || \71 [[ $user == root && $acl_spec != *"execute"* ]]74 elif [[ $acl_spec == *:deny ]]; then82 typeset acl_spec=$287 if [[ $acl_spec == "owner@:"* || $acl_spec == "everyone@:"* ]]; then88 log=$(logname $node $acl_spec $ZFS_ACL_CUR_USER)89 $log rwx_node $ZFS_ACL_CUR_USER $node $acl_spec91 if [[ $acl_spec == "group@:"* || $acl_spec == "everyone@:"* ]]; then92 log=$(logname $node $acl_spec $g_usr)[all …]
187 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
189 typeset acl_spec=${acl_flag}@:${acl_access}:${acl_type}206 log_must usr_exec chmod $operator$acl_spec $node
360 typeset acl_spec=$3362 if [[ $user == "" || $node == "" || $acl_spec == "" ]]; then368 case $acl_spec in384 case $acl_spec in
595 char *acl_spec = NULL; in parse_acl_args() local607 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()