OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:netifcons
(Results
1 - 5
of
5
) sorted by null
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
netifconquery.py
58
"""Generator which yields all matching
netifcons
."""
67
for netif in self.policy.
netifcons
():
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/diff/
netifcon.py
35
"""Determine the difference in
netifcons
between two policies."""
42
"""Generate the difference in
netifcons
between the policies."""
48
(NetifconWrapper(n) for n in self.left_policy.
netifcons
()),
49
(NetifconWrapper(n) for n in self.right_policy.
netifcons
()))
54
# Criteria for modified
netifcons
/external/selinux/libsepol/cil/src/
cil_binary.h
346
* The function is given a structure containing the sorted
netifcons
and
350
* @param[in] node The cil_sort structure that contains the sorted
netifcons
.
354
int cil_netifcon_to_policydb(policydb_t *pdb, struct cil_sort *
netifcons
);
cil_binary.c
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
__init__.py
579
def
netifcons
(self):
member in class:SELinuxPolicy
Completed in 130 milliseconds