Home
last modified time | relevance | path

Searched refs:SEPOL_TARGET_XEN (Results 1 – 11 of 11) sorted by relevance

/external/selinux/libsepol/include/sepol/
Dpolicydb.h98 #define SEPOL_TARGET_XEN 1 macro
/external/selinux/libsepol/src/
Dpolicydb_public.c162 case SEPOL_TARGET_XEN: in sepol_policydb_set_target_platform()
Dpolicydb.c67 .target_platform = SEPOL_TARGET_XEN,
74 .target_platform = SEPOL_TARGET_XEN,
1333 else if (p->target_platform == SEPOL_TARGET_XEN) in policydb_destroy()
2712 case SEPOL_TARGET_XEN: in ocontext_read()
3989 else if (platform == SEPOL_TARGET_XEN) in policydb_set_target_platform()
3990 p->target_platform = SEPOL_TARGET_XEN; in policydb_set_target_platform()
Dwrite.c1442 case SEPOL_TARGET_XEN: in ocontext_write()
Dexpand.c2248 case SEPOL_TARGET_XEN: in ocontext_copy()
Dmodule_to_cil.c2813 case SEPOL_TARGET_XEN: in ocontexts_to_cil()
/external/selinux/secilc/
Dsecilc.c127 target = SEPOL_TARGET_XEN; in main()
/external/selinux/libsemanage/src/
Dconf-parse.y155 current_conf->target_platform = SEPOL_TARGET_XEN;
/external/selinux/checkpolicy/
Dpolicy_define.c4558 if (policydbp->target_platform != SEPOL_TARGET_XEN) { in define_pirq_context()
4612 if (policydbp->target_platform != SEPOL_TARGET_XEN) { in define_iomem_context()
4676 if (policydbp->target_platform != SEPOL_TARGET_XEN) { in define_ioport_context()
4740 if (policydbp->target_platform != SEPOL_TARGET_XEN) { in define_pcidevice_context()
4794 if (policydbp->target_platform != SEPOL_TARGET_XEN) { in define_devicetree_context()
Dcheckpolicy.c425 target = SEPOL_TARGET_XEN; in main()
/external/selinux/libsepol/cil/src/
Dcil_binary.c3648 if (db->target_platform == SEPOL_TARGET_XEN) { in __cil_contexts_to_policydb()