Here recently I have been getting AVC Denial alerts from SELinux in regards to tlp on my laptop. I followed the instructions in the troubleshooter for allowing the service to work but it keeps popping new alerts.
These are procedures I followed to allow tlp access;
#ausearch -c 'tlp' --raw | audit2allow -M my-tlp
#semodule -X 300 -i my-tlp.pp
I don’t want to disable SELinux, but I’m not sure how to make a permanent change to the policy for tlp so it doesn’t trip alerts.
any help would be appreciated.
Thanks.