Home | History | Annotate | Download | only in bin

Lines Matching refs:allowxperm

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)))
522 print(" Modified Allowxperm Rules: {0}".format(len(diff.modified_allowxperms)))