OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RoleQuery
(Results
1 - 4
of
4
) sorted by null
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
rolequery.py
28
class
RoleQuery
(MatchName, PolicyQuery):
55
super(
RoleQuery
, self).__init__(policy, **kwargs)
__init__.py
37
from .
rolequery
import
RoleQuery
/external/selinux/prebuilts/bin/
seinfo.py
52
queries.add_argument("-r", "--role", help="Print roles.", dest="
rolequery
",
226
if args.
rolequery
or args.all:
227
q = setools.
RoleQuery
(p)
228
if isinstance(args.
rolequery
, str):
229
q.name = args.
rolequery
/external/selinux/python/sepolicy/sepolicy/
__init__.py
177
q = setools.
RoleQuery
(_pol)
827
q = setools.
RoleQuery
(_pol)
[
all
...]
Completed in 53 milliseconds