If I execute tmt try with the AVC check enabled and it fails, I can only see the result but not additional details regardless of the verbosity setting, i.e. tmt only tells me that the check failed but not why. The only output I get is:
Shared connection to 10.0.187.153 closed.
00:00:09 fail <REDACTED> (on default-0) [1/1]
Note: check 'avc' failed
Note: original test result: pass
00:00:05 fail avc (after-test check)
..:..:.. pass /Setup (subresult)
..:..:.. pass /Test (subresult)
..:..:.. pass /Cleanup (subresult)
summary: 1 test executed
The report command does not help either since it does not point to any logs with the denial message. Only if I increase the debugging level, I can get to the actual AVC denial message in the output but that is far from ideal.
If I execute
tmt trywith the AVC check enabled and it fails, I can only see the result but not additional details regardless of the verbosity setting, i.e.tmtonly tells me that the check failed but not why. The only output I get is:The
reportcommand does not help either since it does not point to any logs with the denial message. Only if I increase the debugging level, I can get to the actual AVC denial message in the output but that is far from ideal.