Searched refs:POSIX_PERM_R (Results 1 – 3 of 3) sorted by relevance
1627 avoidmask = (pset->mask == (POSIX_PERM_R | POSIX_PERM_W | POSIX_PERM_X)) in build_user_denials()1660 if (!(pset->mask & POSIX_PERM_R)) in build_user_denials()1667 if (!(pset->mask & POSIX_PERM_R)) in build_user_denials()1689 if (perms & POSIX_PERM_R) in build_user_denials()1696 if (perms & POSIX_PERM_R) in build_user_denials()1716 if (mixperms & POSIX_PERM_R) in build_user_denials()1723 if (mixperms & POSIX_PERM_R) in build_user_denials()1735 if (mixperms & POSIX_PERM_R) in build_user_denials()1742 if (mixperms & POSIX_PERM_R) in build_user_denials()1812 if (perms & POSIX_PERM_R) in build_user_grants()[all …]
203 POSIX_PERM_R = 4, enumerator
5748 perms |= POSIX_PERM_R; in encode_posix_acl()