HomeSort by relevance Sort by last modified time
    Searched refs:nodecons (Results 1 - 5 of 5) sorted by null

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/diff/
nodecon.py 33 """Determine the difference in nodecons between two policies."""
40 """Generate the difference in nodecons between the policies."""
46 (NodeconWrapper(n) for n in self.left_policy.nodecons()),
47 (NodeconWrapper(n) for n in self.right_policy.nodecons()))
52 # Criteria for modified nodecons
  /external/selinux/libsepol/cil/src/
cil_binary.h 358 * The function is given a structure containing the sorted nodecons and
362 * @param[in] node The cil_sort structure that contains the sorted nodecons.
366 int cil_nodecon_to_policydb(policydb_t *pdb, struct cil_sort *nodecons);
cil_binary.c     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
nodeconquery.py 101 """Generator which yields all matching nodecons."""
111 for nodecon in self.policy.nodecons():
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
__init__.py 584 def nodecons(self): member in class:SELinuxPolicy

Completed in 262 milliseconds