Searched refs:acl_access (Results 1 – 4 of 4) sorted by relevance
105 typeset acl_access=$2112 if [[ $acl_access == *"${a_access[i]}"* ]]; then138 typeset acl_access=$4146 u_bits=$(cal_bits $u_bits $acl_access $acl_type)149 g_bits=$(cal_bits $g_bits $acl_access $acl_type)152 o_bits=$(cal_bits $o_bits $acl_access $acl_type)170 typeset init_mask acl_flag acl_access acl_type182 acl_access=$(form_random_str a_access $cnt '/')183 acl_access=${acl_access%/}186 typeset acl_spec=${acl_flag}@:${acl_access}:${acl_type}[all …]
109 typeset acl_access=$2117 if [[ $acl_access == *"$element"* ]]; then152 typeset acl_access=$3157 typeset expect_ace=$(cal_ace "$acl_flag" "$acl_access" \171 typeset acl_flag acl_access acl_inherit_object acl_inherit_strategy \182 acl_access=$(form_random_str a_access $cnt)183 acl_access=${acl_access%/}186 acl_spec=${acl_flag}@:${acl_access}211 check_test_result "$node" "$acl_flag" "$acl_access" \
116 typeset acl_access=$4151 if [[ $acl_access == *"read_data"* ]]; then152 if [[ $acl_access == *"allow"* && $passthrough == 0 ]]; then165 if [[ $acl_access == *"allow"* && $passthrough == 0 ]]; then168 if [[ $acl_access == *"write_data"* ]]; then175 if [[ $acl_access == *"append_data"* ]]; then185 if [[ $acl_access == *"execute"* ]]; then186 if [[ $acl_access == *"allow"* && $passthrough == 0 ]]; then
584 uint32_t acl_access; in smb_tree_chkaccess() local609 acl_access = smb_tree_acl_access(sr, shr, vp); in smb_tree_chkaccess()610 if ((acl_access & ACE_ALL_PERMS) == 0) { in smb_tree_chkaccess()615 access = host_access & acl_access; in smb_tree_chkaccess()