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

  /external/selinux/python/sepolgen/src/sepolgen/
policygen.py 85 self.dontaudit = False
122 def set_gen_dontaudit(self, dontaudit):
123 self.dontaudit = dontaudit
169 if self.dontaudit:
170 rule.rule_type = rule.DONTAUDIT
181 if av.type == audit2why.DONTAUDIT:
182 rule.comment += "\n#!!!! This avc has a dontaudit rule in the current policy"
223 if self.dontaudit:
  /external/selinux/checkpolicy/
policy_scan.l 146 DONTAUDIT |
147 dontaudit { return(DONTAUDIT); }
  /external/selinux/python/audit2allow/
audit2allow 73 parser.add_option("-D", "--dontaudit", action="store_true",
74 dest="dontaudit", default=False,
75 help="generate policy with dontaudit rules")
259 if rc == audit2why.DONTAUDIT:
260 print("\t\tUnknown - should be dontaudit'd by active policy")
314 g.set_gen_dontaudit(self.__options.dontaudit)
audit2why 73 parser.add_option("-D", "--dontaudit", action="store_true",
74 dest="dontaudit", default=False,
75 help="generate policy with dontaudit rules")
259 if rc == audit2why.DONTAUDIT:
260 print("\t\tUnknown - should be dontaudit'd by active policy")
314 g.set_gen_dontaudit(self.__options.dontaudit)
  /external/selinux/libsepol/tests/policies/test-cond/
refpolicy-base.conf     [all...]
  /external/selinux/prebuilts/bin/
sediff.py 58 terule.add_argument("--dontaudit", action="store_true", help="Print dontaudit rule differences")
112 args.allow, args.neverallow, args.auditallow, args.dontaudit,
    [all...]
  /external/selinux/python/semanage/
seobject.py 455 def toggle(self, dontaudit):
456 if dontaudit not in ["on", "off"]:
457 raise ValueError(_("dontaudit requires either 'on' or 'off'"))
459 semanage_set_disable_dontaudit(self.sh, dontaudit == "off")
    [all...]

Completed in 675 milliseconds