Home
last modified time | relevance | path

Searched refs:ACL_READ (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/kern/
H A Dsubr_acl_posix1e.c128 if (acl->acl_entry[i].ae_perm & ACL_READ) in vaccess_acl_posix1e()
182 if (acl_mask->ae_perm & ACL_READ) in vaccess_acl_posix1e()
202 if (acl->acl_entry[i].ae_perm & ACL_READ) in vaccess_acl_posix1e()
236 if (acl->acl_entry[i].ae_perm & ACL_READ) in vaccess_acl_posix1e()
254 if (acl->acl_entry[i].ae_perm & ACL_READ) in vaccess_acl_posix1e()
338 if (acl_other->ae_perm & ACL_READ) in vaccess_acl_posix1e()
371 perm |= ACL_READ; in acl_posix1e_mode_to_perm()
380 perm |= ACL_READ; in acl_posix1e_mode_to_perm()
389 perm |= ACL_READ; in acl_posix1e_mode_to_perm()
446 if (acl_user_obj_entry->ae_perm & ACL_READ) in acl_posix1e_perms_to_mode()
[all …]
/freebsd/lib/libc/posix1e/
H A Dacl_equiv_mode_np.c66 if (entry->ae_perm & ACL_READ) in acl_equiv_mode_np()
74 if (entry->ae_perm & ACL_READ) in acl_equiv_mode_np()
82 if (entry->ae_perm & ACL_READ) in acl_equiv_mode_np()
H A Dacl_from_mode_np.c67 acl_add_perm(perms, ACL_READ); in acl_from_mode_np()
85 acl_add_perm(perms, ACL_READ); in acl_from_mode_np()
103 acl_add_perm(perms, ACL_READ); in acl_from_mode_np()
H A Dacl_support.c289 if (perm & ACL_READ) in _posix1e_acl_perm_to_string()
320 myperm |= ACL_READ; in _posix1e_acl_string_to_perm()
/freebsd/sys/sys/
H A Dacl.h196 #define ACL_READ 0x0004 macro
198 #define ACL_PERM_BITS (ACL_EXECUTE | ACL_WRITE | ACL_READ)
199 #define ACL_POSIX1E_BITS (ACL_EXECUTE | ACL_WRITE | ACL_READ)
/freebsd/tests/sys/acl/
H A Dacl-api-test.c154 ATF_REQUIRE_EQ(0, acl_add_perm(perms, ACL_READ)); in ATF_TC_BODY()
/freebsd/contrib/libarchive/tar/test/
H A Dtest_option_acls.c51 ACL_READ,
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_acl_platform_posix1e.c82 if (ACL_GET_PERM(opaque_ps, ACL_READ)) in acl_entry_get_perm()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_disk_acl_freebsd.c59 {ARCHIVE_ENTRY_ACL_READ, ACL_READ},