Searched refs:acl_spec (Results 1 – 5 of 5) sorted by relevance
61 typeset acl_spec=$265 if [[ $acl_spec == *:allow ]] || \67 [[ $user == root && $acl_spec != *"execute"* ]]70 elif [[ $acl_spec == *:deny ]]; then78 typeset acl_spec=$283 if [[ $acl_spec == "owner@:"* || $acl_spec == "everyone@:"* ]]; then84 log=$(logname $node $acl_spec $ZFS_ACL_CUR_USER)85 $log rwx_node $ZFS_ACL_CUR_USER $node $acl_spec87 if [[ $acl_spec == "group@:"* || $acl_spec == "everyone@:"* ]]; then88 log=$(logname $node $acl_spec $g_usr)[all …]
186 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
186 typeset acl_spec=${acl_flag}@:${acl_access}:${acl_type}203 log_must usr_exec $CHMOD $operator$acl_spec $node
356 typeset acl_spec=$3358 if [[ $user == "" || $node == "" || $acl_spec == "" ]]; then364 case $acl_spec in380 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()