Issue:
setroubleshoot[1807]: SELinux is preventing /usr/libexec/postfix/master from 'read, write' accesses on the file master.pid.
Steps:
1. Update the policy:
$ sudo su -
# ausearch -c 'master' --raw | audit2allow -M my-master
2. Make the policy active:
# semodule -X 300 -i my-master.pp
# exit
$ exit
previous page
|