OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:policyrep
(Results
1 - 14
of
14
) sorted by null
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/diff/
context.py
19
from ..
policyrep
.exception import MLSDisabled
objclass.py
21
from ..
policyrep
.exception import NoCommon
users.py
21
from ..
policyrep
.exception import MLSDisabled
terules.py
21
from ..
policyrep
import ioctlSet
22
from ..
policyrep
.exception import RuleNotConditional, RuleUseError, TERuleNoFilename
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
__init__.py
25
from . import
policyrep
26
from .
policyrep
import SELinuxPolicy
terulequery.py
24
from .
policyrep
import ioctlSet
25
from .
policyrep
.exception import RuleUseError, RuleNotConditional
iomemconquery.py
22
from .
policyrep
.xencontext import addr_range
ioportconquery.py
22
from .
policyrep
.xencontext import port_range
objclassquery.py
24
from .
policyrep
.exception import NoCommon
constraintquery.py
24
from .
policyrep
.exception import ConstraintUseError
portconquery.py
24
from .
policyrep
import port_range, PortconProtocol
rbacrulequery.py
24
from .
policyrep
.exception import InvalidType, RuleUseError
permmap.py
26
from . import
policyrep
320
except
policyrep
.exception.NoCommon:
/external/selinux/python/sepolicy/sepolicy/
__init__.py
263
if isinstance(rule, setools.
policyrep
.terule.AVRule):
268
except setools.
policyrep
.exception.RuleUseError:
273
except setools.
policyrep
.exception.RuleUseError:
278
except (AttributeError, setools.
policyrep
.exception.RuleNotConditional):
284
setools.
policyrep
.exception.RuleNotConditional,
285
setools.
policyrep
.exception.TERuleNoFilename):
[
all
...]
Completed in 91 milliseconds