Skip to content
Snippets Groups Projects
Commit 76424c7c authored by Stuart Gathman's avatar Stuart Gathman
Browse files

Selinux policy additions.

parent 3e1754ac
Branches
No related tags found
No related merge requests found
module pymilter 1.0;
require {
type sendmail_t;
type var_run_t;
type initrc_t;
class sock_file { write getattr };
class unix_stream_socket connectto;
}
#============= sendmail_t ==============
allow sendmail_t initrc_t:unix_stream_socket connectto;
allow sendmail_t var_run_t:sock_file { write getattr };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment