Searched refs:POSIX_PERM_R (Results 1 – 2 of 2) sorted by relevance
1634 avoidmask = (pset->mask == (POSIX_PERM_R | POSIX_PERM_W | POSIX_PERM_X)) in build_user_denials()1667 if (!(pset->mask & POSIX_PERM_R)) in build_user_denials()1674 if (!(pset->mask & POSIX_PERM_R)) in build_user_denials()1696 if (perms & POSIX_PERM_R) in build_user_denials()1703 if (perms & POSIX_PERM_R) in build_user_denials()1723 if (mixperms & POSIX_PERM_R) in build_user_denials()1730 if (mixperms & POSIX_PERM_R) in build_user_denials()1742 if (mixperms & POSIX_PERM_R) in build_user_denials()1749 if (mixperms & POSIX_PERM_R) in build_user_denials()1819 if (perms & POSIX_PERM_R) in build_user_grants()[all …]
203 POSIX_PERM_R = 4, enumerator