Searched refs:rbacrtypes (Results 1 – 1 of 1) sorted by relevance
70 rbacrtypes = parser.add_argument_group("RBAC Rule Types") variable71 rbacrtypes.add_argument("--role_allow", action="append_const",74 rbacrtypes.add_argument("--role_trans", action="append_const",130 if not args.tertypes and not args.mlsrtypes and not args.rbacrtypes:195 if args.rbacrtypes:197 ruletype=args.rbacrtypes,