SELinuxProject/selint

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

Closed this issue · 0 comments

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.