Searched refs:POLICY_BASE (Results 1 - 16 of 16) sorted by relevance

/external/selinux/libsepol/tests/
H A Dtest-linker.c63 if (test_load_policy(&linkedbase, POLICY_BASE, mls, "test-linker", policies[BASEMOD]))
66 if (test_load_policy(&basenomods, POLICY_BASE, mls, "test-linker", policies[BASEMOD]))
H A Dtest-cond.c41 if (test_load_policy(&basemod, POLICY_BASE, 1, "test-cond", "refpolicy-base.conf"))
H A Dtest-deps.c98 if (test_load_policy(&bases_met[i], POLICY_BASE, mls, "test-deps", "base-metreq.conf"))
103 if (test_load_policy(&bases_notmet[i], POLICY_BASE, mls, "test-deps", "base-notmetreq.conf"))
H A Dtest-expander.c98 mybase->policy_type = POLICY_BASE;
/external/selinux/checkpolicy/
H A Dcheckmodule.c48 unsigned int policy_type = POLICY_BASE;
215 if (handle_unknown && (policy_type != POLICY_BASE)) {
220 if (binary && (policy_type != POLICY_BASE)) {
261 if (modpolicydb.policy_type == POLICY_BASE && !cil) {
H A Dmodule_compiler.c826 if (policydbp->policy_type == POLICY_BASE) {
1548 if (policydbp->policy_type == POLICY_BASE
H A Dcheckpolicy.c574 parse_policy.policy_type = POLICY_BASE;
/external/selinux/libsepol/src/
H A Dpolicydb_public.c105 case POLICY_BASE:
124 case POLICY_BASE:
H A Dpolicydb.c189 .type = POLICY_BASE,
196 .type = POLICY_BASE,
203 .type = POLICY_BASE,
210 .type = POLICY_BASE,
217 .type = POLICY_BASE,
224 .type = POLICY_BASE,
231 .type = POLICY_BASE,
238 .type = POLICY_BASE,
245 .type = POLICY_BASE,
252 .type = POLICY_BASE,
[all...]
H A Dwrite.c826 && p->policy_type == POLICY_BASE))
1000 || (p->policy_type == POLICY_BASE
1017 (p->policy_type == POLICY_BASE &&
1029 (p->policy_type == POLICY_BASE &&
1220 && p->policy_type == POLICY_BASE)) {
1228 && p->policy_type == POLICY_BASE)) {
1966 p->policy_type == POLICY_BASE) ||
2042 p->policy_type == POLICY_BASE) ||
2151 && p->policy_type == POLICY_BASE)) {
H A Dmodule.c775 if (*type == POLICY_BASE) {
H A Dlink.c2542 if (b->policy_type != POLICY_BASE) {
H A Dexpand.c2946 if (base->policy_type != POLICY_BASE) {
H A Dmodule_to_cil.c3798 if (pdb->policy_type == POLICY_BASE) {
/external/selinux/checkpolicy/test/
H A Ddismod.c753 if (base->policy_type != POLICY_BASE) {
863 if (policydb.policy_type != POLICY_BASE &&
880 if (policydb.policy_type == POLICY_BASE) {
/external/selinux/libsepol/include/sepol/policydb/
H A Dpolicydb.h489 #define POLICY_BASE SEPOL_POLICY_BASE macro

Completed in 202 milliseconds