OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:roleattributes
(Results
1 - 6
of
6
) sorted by null
/external/selinux/sepolgen/src/sepolgen/
refpolicy.py
120
def
roleattributes
(self):
member in class:Node
371
self.
roleattributes
= IdSet()
374
return "roleattribute %s %s;" % (self.role, self.
roleattributes
.to_comma_str())
refparser.py
859
t.
roleattributes
.update(p[3])
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
refpolicy.py
120
def
roleattributes
(self):
member in class:Node
371
self.
roleattributes
= IdSet()
374
return "roleattribute %s %s;" % (self.role, self.
roleattributes
.to_comma_str())
refparser.py
859
t.
roleattributes
.update(p[3])
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/sepolgen/
refpolicy.py
120
def
roleattributes
(self):
member in class:Node
371
self.
roleattributes
= IdSet()
374
return "roleattribute %s %s;" % (self.role, self.
roleattributes
.to_comma_str())
refparser.py
859
t.
roleattributes
.update(p[3])
Completed in 202 milliseconds