Home
last modified time | relevance | path

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

/external/libsepol/include/sepol/policydb/
Dpolicydb.h722 #define SEPOL_TARGET_XEN 1 macro
/external/libsepol/src/
Dpolicydb.c67 .target_platform = SEPOL_TARGET_XEN,
1254 else if (p->target_platform == SEPOL_TARGET_XEN) in policydb_destroy()
2582 case SEPOL_TARGET_XEN: in ocontext_read()
3851 else if (platform == SEPOL_TARGET_XEN) in policydb_set_target_platform()
3852 p->target_platform = SEPOL_TARGET_XEN; in policydb_set_target_platform()
Dwrite.c1354 case SEPOL_TARGET_XEN: in ocontext_write()
Dexpand.c2144 case SEPOL_TARGET_XEN: in ocontext_copy()
/external/checkpolicy/
Dpolicy_define.c3726 if (policydbp->target_platform != SEPOL_TARGET_XEN) { in define_pirq_context()
3780 if (policydbp->target_platform != SEPOL_TARGET_XEN) { in define_iomem_context()
3844 if (policydbp->target_platform != SEPOL_TARGET_XEN) { in define_ioport_context()
3908 if (policydbp->target_platform != SEPOL_TARGET_XEN) { in define_pcidevice_context()
Dcheckpolicy.c418 target = SEPOL_TARGET_XEN; in main()