Home
last modified time | relevance | path

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

/third_party/selinux/libsepol/include/sepol/policydb/
Dpolicydb.h420 #define OCON_XEN_DEVICETREE 5 /* device tree node */ macro
/third_party/selinux/libsepol/src/
Dpolicydb.c75 .ocon_num = OCON_XEN_DEVICETREE + 1,
1477 if (i == OCON_ISID || i == OCON_XEN_DEVICETREE) in ocontext_xen_free()
2955 case OCON_XEN_DEVICETREE: in ocontext_read_xen()
Dwrite.c1440 case OCON_XEN_DEVICETREE: in ocontext_write_xen()
Dexpand.c2161 case OCON_XEN_DEVICETREE: in ocontext_copy_xen()
/third_party/selinux/checkpolicy/
Dpolicy_define.c4941 head = policydbp->ocontexts[OCON_XEN_DEVICETREE]; in define_devicetree_context()
4952 policydbp->ocontexts[OCON_XEN_DEVICETREE] = newc; in define_devicetree_context()
/third_party/selinux/libsepol/cil/src/
Dcil_binary.c3716 ocontext_t *new_ocon = cil_add_ocontext(&pdb->ocontexts[OCON_XEN_DEVICETREE], &tail); in cil_devicetreecon_to_policydb()