I'm looking at getting rmilter installed on a CentOS 7 box. I'm trying to work out which SELinux labels/permissions I need for the daemon to bind/write to the following
pidfile = /run/rmilter/rmilter.pid;
bind_socket = unix:/run/rmilter/rmilter.sock;
Here's how redis and rmilter compare, for example (under /run)
drwxr-xr-x. redis redis system_u:object_r:redis_var_run_t:s0 redis
drwxr-xr-x. root root unconfined_u:object_r:var_run_t:s0 rmilter