OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:portcons
(Results
1 - 6
of
6
) sorted by null
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/diff/
portcon.py
33
"""Determine the difference in
portcons
between two policies."""
40
"""Generate the difference in
portcons
between the policies."""
46
(PortconWrapper(n) for n in self.left_policy.
portcons
()),
47
(PortconWrapper(n) for n in self.right_policy.
portcons
()))
52
# Criteria for modified
portcons
/external/selinux/libsepol/cil/src/
cil_binary.h
334
* The function is given a structure containing the sorted
portcons
and
338
* @param[in] node The cil_sort structure that contains the sorted
portcons
.
342
int cil_portcon_to_policydb(policydb_t *pdb, struct cil_sort *
portcons
);
cil_binary.c
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
portconquery.py
118
"""Generator which yields all matching
portcons
."""
129
for portcon in self.policy.
portcons
():
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
__init__.py
589
def
portcons
(self):
member in class:SELinuxPolicy
/external/selinux/libsepol/src/
module_to_cil.c
[
all
...]
Completed in 234 milliseconds