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.h398 #define OCON_XEN_PCIDEVICE 4 /* pci devices */ macro
/external/selinux/libsepol/src/
Dpolicydb.c66 .ocon_num = OCON_XEN_PCIDEVICE + 1,
2549 case OCON_XEN_PCIDEVICE: in ocontext_read_xen()
Dwrite.c1316 case OCON_XEN_PCIDEVICE: in ocontext_write_xen()
Dexpand.c2137 case OCON_XEN_PCIDEVICE: in ocontext_copy_xen()
/external/selinux/checkpolicy/
Dpolicy_define.c4766 head = policydbp->ocontexts[OCON_XEN_PCIDEVICE]; in define_pcidevice_context()
4781 policydbp->ocontexts[OCON_XEN_PCIDEVICE] = newc; in define_pcidevice_context()
/external/selinux/libsepol/cil/src/
Dcil_binary.c3276 ocontext_t *new_ocon = cil_add_ocontext(&pdb->ocontexts[OCON_XEN_PCIDEVICE], &tail); in cil_pcidevicecon_to_policydb()