Home
last modified time | relevance | path

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

/external/selinux/libsepol/include/sepol/
Dpolicydb.h99 #define SEPOL_TARGET_XEN 1 macro
/external/selinux/libsepol/src/
Dpolicydb_public.c162 case SEPOL_TARGET_XEN: in sepol_policydb_set_target_platform()
Dpolicydb.c69 .target_platform = SEPOL_TARGET_XEN,
76 .target_platform = SEPOL_TARGET_XEN,
1497 else if (p->target_platform == SEPOL_TARGET_XEN) in policydb_destroy()
2959 case SEPOL_TARGET_XEN: in ocontext_read()
4315 else if (platform == SEPOL_TARGET_XEN) in policydb_set_target_platform()
4316 p->target_platform = SEPOL_TARGET_XEN; in policydb_set_target_platform()
Dkernel_to_common.c687 } else if (pdb->target_platform == SEPOL_TARGET_XEN) { in sort_ocontexts()
Dkernel_to_cil.c607 } else if (pdb->target_platform == SEPOL_TARGET_XEN) { in write_sid_decl_rules_to_cil()
3313 } else if (pdb->target_platform == SEPOL_TARGET_XEN) { in sepol_kernel_policydb_to_cil()
Dkernel_to_conf.c488 } else if (pdb->target_platform == SEPOL_TARGET_XEN) { in write_sid_decl_rules_to_conf()
3178 } else if (pdb->target_platform == SEPOL_TARGET_XEN) { in sepol_kernel_policydb_to_conf()
Dwrite.c1504 case SEPOL_TARGET_XEN: in ocontext_write()
Dexpand.c2285 case SEPOL_TARGET_XEN: in ocontext_copy()
Dmodule_to_cil.c2963 case SEPOL_TARGET_XEN: in ocontexts_to_cil()
/external/selinux/secilc/
Dsecilc.c137 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.c4694 if (policydbp->target_platform != SEPOL_TARGET_XEN) { in define_pirq_context()
4748 if (policydbp->target_platform != SEPOL_TARGET_XEN) { in define_iomem_context()
4812 if (policydbp->target_platform != SEPOL_TARGET_XEN) { in define_ioport_context()
4876 if (policydbp->target_platform != SEPOL_TARGET_XEN) { in define_pcidevice_context()
4930 if (policydbp->target_platform != SEPOL_TARGET_XEN) { in define_devicetree_context()
Dcheckpolicy.c433 target = SEPOL_TARGET_XEN; in main()
/external/selinux/libsepol/cil/src/
Dcil_binary.c3936 if (db->target_platform == SEPOL_TARGET_XEN) { in __cil_contexts_to_policydb()