SELinuxProject / selint

Static code analysis of refpolicy style SELinux policy
Apache License 2.0
38 stars 17 forks source link

selint -r should show full path to files in error messages #232

Closed joenall closed 2 years ago

joenall commented 2 years ago

If I invoke selint -r . at the top of a deep tree, it would be very helpful if the error message contained the relative or full path to the file in error. I have 329 .te files in 6,004 directories. I tried to get around this with a:

find . -name \*.te | xargs selint

but the path is still trimmed.