Home
last modified time | relevance | path

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

/external/selinux/libsepol/include/sepol/policydb/
Dpolicydb.h414 #define OCON_XEN_IOPORT 2 /* io ports */ macro
/external/selinux/checkpolicy/
Dpolicy_define.c4845 head = policydbp->ocontexts[OCON_XEN_IOPORT]; in define_ioport_context()
4862 policydbp->ocontexts[OCON_XEN_IOPORT] = newc; in define_ioport_context()
/external/selinux/libsepol/src/
Dwrite.c1309 case OCON_XEN_IOPORT: in ocontext_write_xen()
Dexpand.c2151 case OCON_XEN_IOPORT: in ocontext_copy_xen()
Dpolicydb.c2707 case OCON_XEN_IOPORT: in ocontext_read_xen()
/external/selinux/libsepol/cil/src/
Dcil_binary.c3529 ocontext_t *new_ocon = cil_add_ocontext(&pdb->ocontexts[OCON_XEN_IOPORT], &tail); in cil_ioportcon_to_policydb()