HomeSort by relevance Sort by last modified time
    Searched full:polcap (Results 1 - 8 of 8) sorted by null

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/diff/
__init__.py 30 from .polcap import PolCapsDifference
  /external/selinux/prebuilts/bin/
seinfo.py 78 queries.add_argument("--polcap", help="Print policy capabilities.", dest="polcapquery",
192 components.append(("Polcap", q, lambda x: x.statement()))
289 print(" Permissives: {0:7} Polcap: {1:7}".format(
sediff.py 85 other.add_argument("--polcap", action="store_true", help="Print policy capability differences")
94 args.netifcon, args.nodecon, args.portcon, args.fs_use, args.polcap,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
__init__.py 52 from . import polcap namespace
446 yield polcap.polcap_factory(self.policy, cap)
  /external/selinux/libsepol/cil/src/
cil_build_ast.h 205 void cil_destroy_policycap(struct cil_policycap *polcap);
cil_verify.c 1322 struct cil_policycap *polcap = node->data; local
1324 rc = sepol_polcap_getnum((const char*)polcap->datum.name);
1333 (const char*)polcap->datum.name, node->line, node->path);
    [all...]
cil_build_ast.c 5328 struct cil_policycap *polcap = NULL; local
    [all...]
cil_tree.c 1521 struct cil_policycap *polcap = node->data; local
    [all...]

Completed in 125 milliseconds