OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:polcapquery
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
__init__.py
36
from .
polcapquery
import
PolCapQuery
/external/selinux/prebuilts/bin/
seinfo.py
78
queries.add_argument("--polcap", help="Print policy capabilities.", dest="
polcapquery
",
202
if args.
polcapquery
or args.all:
203
q = setools.
PolCapQuery
(p)
204
if isinstance(args.
polcapquery
, str):
205
q.name = args.
polcapquery
Completed in 133 milliseconds