HomeSort by relevance Sort by last modified time
    Searched refs: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 32 from .polcap import PolCapsDifference
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
__init__.py 50 from . import polcap
512 yield polcap.polcap_factory(self.policy, cap)
  /external/selinux/libsepol/cil/src/
cil_verify.c 1322 struct cil_policycap *polcap = node->data; local
1324 rc = sepol_polcap_getnum((const char*)polcap->datum.name);
1332 cil_tree_log(node, CIL_ERR, "Invalid policycap (%s)", (const char*)polcap->datum.name);
    [all...]
cil_build_ast.h 207 void cil_destroy_policycap(struct cil_policycap *polcap);
cil_write_ast.c 419 struct cil_policycap *polcap = (struct cil_policycap *)node->data; local
420 fprintf(cil_out, "(%s %s)\n", CIL_KEY_POLICYCAP, polcap->datum.name);
    [all...]
cil_build_ast.c 5342 struct cil_policycap *polcap = NULL; local
    [all...]
cil_tree.c 1620 struct cil_policycap *polcap = node->data; local
    [all...]
  /external/selinux/prebuilts/bin/
sediff.py 101 other.add_argument("--polcap", action="store_true", help="Print policy capability differences")
115 args.netifcon, args.nodecon, args.portcon, args.fs_use, args.polcap,
    [all...]

Completed in 309 milliseconds