Home
last modified time | relevance | path

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

/external/selinux/libsepol/include/sepol/policydb/
Dpolicydb.h416 #define OCON_XEN_PCIDEVICE 4 /* pci devices */ macro
/external/selinux/libsepol/src/
Dpolicydb.c68 .ocon_num = OCON_XEN_PCIDEVICE + 1,
2736 case OCON_XEN_PCIDEVICE: in ocontext_read_xen()
Dwrite.c1349 case OCON_XEN_PCIDEVICE: in ocontext_write_xen()
Dexpand.c2160 case OCON_XEN_PCIDEVICE: in ocontext_copy_xen()
/external/selinux/checkpolicy/
Dpolicy_define.c4902 head = policydbp->ocontexts[OCON_XEN_PCIDEVICE]; in define_pcidevice_context()
4917 policydbp->ocontexts[OCON_XEN_PCIDEVICE] = newc; in define_pcidevice_context()
/external/selinux/libsepol/cil/src/
Dcil_binary.c3554 ocontext_t *new_ocon = cil_add_ocontext(&pdb->ocontexts[OCON_XEN_PCIDEVICE], &tail); in cil_pcidevicecon_to_policydb()