mirror of
https://github.com/SELinuxProject/setools
synced 2025-03-03 11:27:59 +00:00
Remove bad MLSRuleQuery options in sesearch.
MLSRuleQuery doesn't support indirection because range_transition rules are always expanded (they never have attributes) in a binary policy.
This commit is contained in:
parent
12e8c77a13
commit
4d19fb964b
2
sesearch
2
sesearch
@ -173,10 +173,8 @@ if args.mlsrtypes:
|
||||
q = setools.mlsrulequery.MLSRuleQuery(p,
|
||||
ruletype=args.mlsrtypes,
|
||||
source=args.source,
|
||||
source_indirect=args.source_indirect,
|
||||
source_regex=args.source_regex,
|
||||
target=args.target,
|
||||
target_indirect=args.target_indirect,
|
||||
target_regex=args.target_regex,
|
||||
tclass_regex=args.tclass_regex)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user