Created attachment 1082500 [details] screenshot Description of problem: when an selinux alert is received setroubleshoot does not show the process that caused the issue Version-Release number of selected component (if applicable): How reproducible: always Steps to Reproduce: 1.selinux alert received 2. open selinux troubleshoot 3. no information is displayed Actual results: The source process: label Attempted this access: label On this file: label Expected results: to show relevant information on the process and the attempted access Additional info:
Could you try to reproduce it and run # ausearch -m avc -ts recent -su setroubleshootd_t
I see with enforcing mode allow setroubleshootd_t tmp_t:dir write; allow setroubleshootd_t tmpfs_t:dir write;
This looks to be duplicate of bug 1271061
You are right. *** This bug has been marked as a duplicate of bug 1271061 ***
(In reply to Miroslav Grepl from comment #1) > Could you try to reproduce it and run > > # ausearch -m avc -ts recent -su setroubleshootd_t Fixed, duplicated