Home
last modified time | relevance | path

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

/external/selinux/python/sepolgen/tests/
Dtest_refpolicy.py40 s1 = refpolicy.XpermSet()
44 s2 = refpolicy.XpermSet(True)
51 s = refpolicy.XpermSet()
68 s = refpolicy.XpermSet()
76 a = refpolicy.XpermSet()
79 b = refpolicy.XpermSet()
87 a = refpolicy.XpermSet()
191 self.assertIsInstance(a.xperms, refpolicy.XpermSet)
211 xp = refpolicy.XpermSet()
227 xp = refpolicy.XpermSet()
Dtest_policygen.py67 av1.xperms['ioctl'] = refpolicy.XpermSet()
70 av2.xperms['ioctl'] = refpolicy.XpermSet()
73 av3.xperms['ioctl'] = refpolicy.XpermSet()
116 xp1 = refpolicy.XpermSet()
132 xp2 = refpolicy.XpermSet()
Dtest_access.py166 xp = refpolicy.XpermSet()
179 xp = refpolicy.XpermSet()
193 xp1 = refpolicy.XpermSet()
198 xp2 = refpolicy.XpermSet()
212 xp1 = refpolicy.XpermSet()
217 xp2 = refpolicy.XpermSet()
/external/selinux/python/sepolgen/src/sepolgen/
Daccess.py143 self.xperms[op] = refpolicy.XpermSet()
Drefpolicy.py358 class XpermSet(): class
586 self.xperms = XpermSet()
Daudit.py540 xperm_set = refpolicy.XpermSet()