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

  /external/selinux/checkpolicy/
policy_scan.l 148 ALLOWXPERM |
149 allowxperm { return(ALLOWXPERM); }
  /system/sepolicy/prebuilts/api/28.0/public/
te_macros 427 allowxperm $1 $1_devpts:chr_file ioctl unpriv_tty_ioctls;
  /system/sepolicy/public/
te_macros 427 allowxperm $1 $1_devpts:chr_file ioctl unpriv_tty_ioctls;
  /system/sepolicy/prebuilts/api/26.0/public/
te_macros 415 allowxperm $1 $1_devpts:chr_file ioctl unpriv_tty_ioctls;
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/diff/
terules.py 89 ruletype The rule type, e.g. "allowxperm".
195 diff_allowxperms = avx_diff_template("allowxperm")
  /external/selinux/prebuilts/bin/
sediff.py 54 terule.add_argument("-A", action="store_true", help="Print allow and allowxperm rule differences")
59 terule.add_argument("--allowxperm", action="store_true", help="Print allowxperm rule differences")
108 args.allowxperm = True
118 args.allowxperm, args.neverallowxperm, args.auditallowxperm,
503 if all_differences or args.allowxperm:
505 or args.allowxperm:
507 print("Allowxperm Rules ({0} Added, {1} Removed, {2} Modified)".format(
512 print(" Added Allowxperm Rules: {0}".format(len(diff.added_allowxperms)))
517 print(" Removed Allowxperm Rules: {0}".format(len(diff.removed_allowxperms))
    [all...]

Completed in 110 milliseconds