Update SELinux Policy to Fix PID block for Postfix

Mindwatering Incorporated

Author: Tripp W Black

Created: 03/06 at 12:26 AM

 

Category:
Linux
Mail

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

×