Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dsubr_acl_posix1e.c70 perm |= ACL_READ; in acl_posix1e_mode_to_perm()
79 perm |= ACL_READ; in acl_posix1e_mode_to_perm()
88 perm |= ACL_READ; in acl_posix1e_mode_to_perm()
145 if (acl_user_obj_entry->ae_perm & ACL_READ) in acl_posix1e_perms_to_mode()
151 if (acl_group_obj_entry->ae_perm & ACL_READ) in acl_posix1e_perms_to_mode()
157 if (acl_other_entry->ae_perm & ACL_READ) in acl_posix1e_perms_to_mode()
/netbsd-src/bin/getfacl/
H A Dgetfacl.c122 if (acl_add_perm(perms, ACL_READ) == -1) in acl_from_stat()
146 if (acl_add_perm(perms, ACL_READ) == -1) in acl_from_stat()
170 if (acl_add_perm(perms, ACL_READ) == -1) in acl_from_stat()
/netbsd-src/sys/miscfs/genfs/
H A Dgenfs_vnops.c783 if (ae->ae_perm & ACL_READ) in genfs_can_access_acl_posix1e()
827 if (acl_mask->ae_perm & ACL_READ) in genfs_can_access_acl_posix1e()
848 if (ae->ae_perm & ACL_READ) in genfs_can_access_acl_posix1e()
877 if (ae->ae_perm & ACL_READ) in genfs_can_access_acl_posix1e()
898 if (ae->ae_perm & ACL_READ) in genfs_can_access_acl_posix1e()
932 if (ae->ae_perm & ACL_READ) in genfs_can_access_acl_posix1e()
948 if (ae->ae_perm & ACL_READ) in genfs_can_access_acl_posix1e()
973 if (acl_other->ae_perm & ACL_READ) in genfs_can_access_acl_posix1e()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dderef.c319 NULL, ACL_READ, &acl_state ) ) in deref_response()
343 &a->a_nvals[ i ], ACL_READ, &acl_state ) ) in deref_response()
359 NULL, ACL_READ, NULL ) ) in deref_response()
365 ACL_READ, &acl_state ) ) in deref_response()
383 ACL_READ, &acl_state ) ) in deref_response()
H A Ddynlist.c173 NULL, ACL_READ, NULL ) ) in dynlist_sc_update()
185 NULL, ACL_READ, NULL ) ) in dynlist_sc_update()
243 ACL_READ, &acl_state ) ) in dynlist_sc_update()
274 &a->a_nvals[i], ACL_READ, &acl_state ) ) in dynlist_sc_update()
857 ad_dgIdentity, &id, ACL_READ ) == LDAP_SUCCESS ) in dynlist_compare()
863 ad_dgAuthz, &authz, ACL_READ ) == LDAP_SUCCESS ) in dynlist_compare()
H A Dcollect.c403 ci->ci_ad[idx], &vals, ACL_READ ); in collect_response()
H A Dmemberof.c1218 mo->mo_ad_member, &mci->member, ACL_READ ); in memberof_op_modify()
1420 mo->mo_ad_memberof, &vals, ACL_READ ); in memberof_res_modify()
1577 mo->mo_ad_member, &vals, ACL_READ ); in memberof_res_modrdn()
1594 mo->mo_ad_memberof, &vals, ACL_READ ); in memberof_res_modrdn()
/netbsd-src/external/cddl/osnet/sys/sys/
H A Dacl.h204 #define ACL_READ 0x0004 macro
206 #define ACL_PERM_BITS (ACL_EXECUTE | ACL_WRITE | ACL_READ)
207 #define ACL_POSIX1E_BITS (ACL_EXECUTE | ACL_WRITE | ACL_READ)
/netbsd-src/sys/sys/
H A Dacl.h195 #define ACL_READ 0x0004 macro
197 #define ACL_PERM_BITS (ACL_EXECUTE | ACL_WRITE | ACL_READ)
198 #define ACL_POSIX1E_BITS (ACL_EXECUTE | ACL_WRITE | ACL_READ)
/netbsd-src/lib/libc/posix1e/
H A Dacl_support.c297 if (perm & ACL_READ) in _posix1e_acl_perm_to_string()
328 myperm |= ACL_READ; in _posix1e_acl_string_to_perm()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dresult.c1089 if ( !access_allowed( op, rs->sr_entry, ad_entry, NULL, ACL_READ, NULL )) { in slap_send_search_entry()
1225 ACL_READ, &acl_state ) ) in slap_send_search_entry()
1250 desc, &a->a_nvals[i], ACL_READ, &acl_state ) ) in slap_send_search_entry()
1389 ACL_READ, &acl_state ) ) in slap_send_search_entry()
1415 desc, &a->a_vals[i], ACL_READ, &acl_state ) ) in slap_send_search_entry()
1578 ad_entry, NULL, ACL_READ, NULL ) ) in slap_send_search_reference()
1587 ad_ref, NULL, ACL_READ, NULL ) ) in slap_send_search_reference()
H A Dfrontend.c104 frontendDB->be_dfltaccess = ACL_READ; in frontend_init()
H A Daclparse.c2432 } else if ( access == ACL_READ ) { in access2str()
2471 return ACL_READ; in str2access()
H A Dslap.h1263 ACL_READ, enumerator
1385 #define ACL_PRIV_READ ACL_ACCESS2PRIV( ACL_READ )
H A Dsyncrepl.c990 sy_ad_dirSyncCookie, &cookies, ACL_READ ); in do_syncrep1()
1005 sy_ad_dseeLastChange, &vals, ACL_READ ); in do_syncrep1()
1050 slap_schema.si_ad_contextCSN, &csn, ACL_READ ); in do_syncrep1()
3088 slap_schema.si_ad_entryCSN, &vals, ACL_READ ) == LDAP_SUCCESS ) { in syncrepl_message_to_op()
H A Dacl.c402 ( access_level == ACL_SEARCH || access_level == ACL_READ ) ) in access_allowed_mask()
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/allowed/
H A Dallowed.c245 NULL, ACL_READ, &acl_state ) ) in aa_operational()
258 &oc->soc_cname, ACL_READ, &acl_state ) ) in aa_operational()
/netbsd-src/external/bsd/libarchive/dist/libarchive/test/
H A Dtest_acl_platform_posix1e.c82 if (ACL_GET_PERM(opaque_ps, ACL_READ)) in acl_entry_get_perm()
/netbsd-src/external/bsd/libarchive/dist/libarchive/
H A Darchive_disk_acl_freebsd.c59 {ARCHIVE_ENTRY_ACL_READ, ACL_READ},
H A Darchive_disk_acl_linux.c62 {ARCHIVE_ENTRY_ACL_READ, ACL_READ},
/netbsd-src/external/bsd/openldap/dist/servers/slapd/slapi/
H A Dslapi_utils.c2618 slap_access = ACL_READ; in slapi_access_allowed()
3059 case ACL_READ: in slapi_int_access_allowed()
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/variant/
H A Dvariant.c208 ACL_READ, NULL ) != LDAP_SUCCESS ) { in variant_build_entry()