Home
last modified time | relevance | path

Searched refs:SEPOL_POLICY_BASE (Results 1 – 4 of 4) sorted by relevance

/external/selinux/libsepol/include/sepol/
Dpolicydb.h65 #define SEPOL_POLICY_BASE 1 macro
/external/selinux/libsepol/include/sepol/policydb/
Dpolicydb.h494 #define POLICY_BASE SEPOL_POLICY_BASE
/external/selinux/libsepol/src/
Dmodule_to_cil.c2129 if ((is_base_role && pdb->policy_type == SEPOL_POLICY_BASE) || in role_to_cil()
3945 if (pdb->policy_type != SEPOL_POLICY_BASE && in sepol_module_policydb_to_cil()
3957 if (pdb->policy_type == SEPOL_POLICY_BASE && !pdb->mls) { in sepol_module_policydb_to_cil()
3968 if (pdb->policy_type == SEPOL_POLICY_BASE) { in sepol_module_policydb_to_cil()
Dmodule.c885 && (p->policy->p.policy_type != SEPOL_POLICY_BASE)) { in sepol_module_package_write()