Searched refs:context_from_record (Results 1 – 7 of 7) sorted by relevance
/external/selinux/libsepol/src/ |
D | context.c | 144 int context_from_record(sepol_handle_t * handle, in context_from_record() function 320 if (context_from_record(handle, policydb, cptr, ctx_record) < 0) in context_from_string() 340 int ret = context_from_record(handle, &policydb->p, &con, context); in sepol_context_check()
|
D | context.h | 11 extern int context_from_record(sepol_handle_t * handle,
|
D | interfaces.c | 30 if (context_from_record(handle, policydb, in iface_from_record() 39 if (context_from_record(handle, policydb, in iface_from_record()
|
D | ibendports.c | 45 if (context_from_record(handle, policydb, &tmp_con, in ibendport_from_record()
|
D | ibpkeys.c | 42 if (context_from_record(handle, policydb, &tmp_con, in ibpkey_from_record()
|
D | ports.c | 88 if (context_from_record(handle, policydb, &tmp_con, in port_from_record()
|
D | nodes.c | 56 if (context_from_record(handle, policydb, &tmp_con, in node_from_record()
|