After installing the latest updates on f41, I’m getting SELinux warnings regarding pmdalinux access of /proc/pressure directory and also in particular /proc/pressure/irq. The handy SELinux Alert Browser which launches from the notifications recommended the following commands to give permission(s).
allow this access for now by executing:
ausearch -c ‘pmdalinux’ --raw | audit2allow -M my-pmdalinux
semodule -X 300 -i my-pmdalinux.pp
I ran them as root but the warnings keep on persisting. I don’t want to disable the alerts. Anyone seen this issue? Need help from a more experienced SELinux fedora fan. Thanks in advance.