/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/ |
pcideviceconquery.py | 28 Pcidevicecon context query. 85 for pcidevicecon in self.policy.pcidevicecons(): 87 if self.device and self.device != pcidevicecon.device: 90 if not self._match_context(pcidevicecon.context): 93 yield pcidevicecon
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/ |
xencontext.py | 57 """Factory function for creating pcidevicecon objects.""" 62 return Pcidevicecon(policy, name) 143 class Pcidevicecon(XenContext): 145 """A pcidevicecon statement.""" 148 return "pcidevicecon {0.device} {0.context}".format(self) 153 The device for this pcidevicecon.
|
__init__.py | 316 """The number of Xen pcidevicecon statements.""" 680 """Generator which yields all pcidevicecon statements."""
|
qpol.i | [all...] |
/external/selinux/secilc/docs/ |
cil_xen_statements.md | 88 pcidevicecon 95 (pcidevicecon device context_id) 106 <td align="left"><p><code>pcidevicecon</code></p></td> 107 <td align="left"><p>The <code>pcidevicecon</code> keyword.</p></td> 124 (pcidevicecon 51200 (unconfined.user object_r unconfined.object low_low))
|
README.md | 154 * [pcidevicecon](cil_xen_statements.md#pcidevicecon)
|
/external/selinux/checkpolicy/ |
policy_scan.l | 203 pcidevicecon | 204 PCIDEVICECON { return(PCIDEVICECON);}
|
policy_parse.y | 141 %token PIRQCON IOMEMCON IOPORTCON PCIDEVICECON DEVICETREECON 691 pci_context_def : PCIDEVICECON number security_context_def [all...] |
/external/selinux/libsepol/cil/src/ |
cil_reset_ast.c | 358 static void cil_reset_pcidevicecon(struct cil_pcidevicecon *pcidevicecon) 360 if (pcidevicecon->context_str == NULL) { 361 cil_reset_context(pcidevicecon->context);
|
cil.c | 200 CIL_KEY_PCIDEVICECON = cil_strpool_add("pcidevicecon"); 268 cil_sort_init(&(*db)->pcidevicecon); 321 cil_sort_destroy(&(*db)->pcidevicecon); [all...] |
cil_policy.c | 1889 struct cil_pcidevicecon *pcidevicecon; local [all...] |
cil_tree.c | 1562 struct cil_pcidevicecon *pcidevicecon = node->data; local [all...] |
cil_internal.h | 297 struct cil_sort *pcidevicecon; member in struct:cil_db 1038 void cil_pcidevicecon_init(struct cil_pcidevicecon **pcidevicecon);
|
cil_build_ast.c | 5009 struct cil_pcidevicecon *pcidevicecon = NULL; local [all...] |
cil_post.c | 644 db->pcidevicecon->count++; 832 struct cil_sort *sort = db->pcidevicecon; 1996 struct cil_pcidevicecon *pcidevicecon = node->data; local [all...] |
cil_binary.h | 453 * Insert cil pcidevicecon structure into sepol policydb. 457 * @param[in] pdb The policy database to insert the pcidevicecon into.
|
cil_build_ast.h | 197 void cil_destroy_pcidevicecon(struct cil_pcidevicecon *pcidevicecon);
|
cil_resolve_ast.c | 2189 struct cil_pcidevicecon *pcidevicecon = current->data; local [all...] |
/external/selinux/python/sepolgen/src/sepolgen/ |
refparser.py | 89 'PCIDEVICECON', 155 'pcidevicecon' : 'PCIDEVICECON', 531 | pcidevicecon 705 'pcidevicecon : PCIDEVICECON NUMBER context' 706 c = refpolicy.PciDeviceCon()
|
refpolicy.py | 696 class PciDeviceCon(Leaf): 703 return "pcidevicecon %s %s" % (self.device, str(self.context))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/ |
refparser.py | 89 'PCIDEVICECON', 155 'pcidevicecon' : 'PCIDEVICECON', 531 | pcidevicecon 705 'pcidevicecon : PCIDEVICECON NUMBER context' 706 c = refpolicy.PciDeviceCon()
|
refpolicy.py | 696 class PciDeviceCon(Leaf): 703 return "pcidevicecon %s %s" % (self.device, str(self.context))
|
/external/selinux/prebuilts/bin/ |
seinfo.py | 96 xen.add_argument("--pcidevicecon", help="Print all pcidevicecon statements.", 286 components.append(("Pcidevicecon", q, lambda x: x.statement())) 348 print(" Pcidevicecon: {0:7} Pirqcon: {1:7}".format(
|
/external/selinux/secilc/test/ |
integration.cil | 183 (pcidevicecon 345 system_u_bin_t_l2h)
|
policy.cil | 282 (pcidevicecon 345 system_u_bin_t_l2h)
|