SELinuxProject / setools

SELinux Policy Analysis Tools
https://github.com/SELinuxProject/setools/wiki
Other
160 stars 65 forks source link

sesearch: Raise parse error mixing expressions unused by RBAC/MLS searches. #116

Closed pebenito closed 9 months ago

pebenito commented 9 months ago

Using -p, -x, and -b with RBAC or MLS searches is an error as these expressions never yield results.

Fixes #111

Fully specify --type/role/range_transition options. Python's argparse argument abbreviation feature provides backwards compatibility.