2005-11-15 20:17:18 +00:00
|
|
|
|
2006-03-07 14:12:39 +00:00
|
|
|
policy_module(procmail,1.2.0)
|
2005-11-15 20:17:18 +00:00
|
|
|
|
|
|
|
########################################
|
|
|
|
#
|
|
|
|
# Declarations
|
|
|
|
#
|
|
|
|
|
2005-11-29 21:27:15 +00:00
|
|
|
type procmail_t;
|
2005-11-15 20:17:18 +00:00
|
|
|
type procmail_exec_t;
|
|
|
|
domain_type(procmail_t)
|
|
|
|
domain_entry_file(procmail_t,procmail_exec_t)
|
|
|
|
role system_r types procmail_t;
|
|
|
|
|
|
|
|
########################################
|
|
|
|
#
|
|
|
|
# Local policy
|
|
|
|
#
|
|
|
|
|
|
|
|
allow procmail_t self:capability { sys_nice chown setuid setgid dac_override };
|
|
|
|
allow procmail_t self:process { setsched fork sigchld signal };
|
|
|
|
allow procmail_t self:fifo_file rw_file_perms;
|
|
|
|
allow procmail_t self:unix_stream_socket create_socket_perms;
|
|
|
|
allow procmail_t self:unix_dgram_socket create_socket_perms;
|
|
|
|
allow procmail_t self:tcp_socket create_stream_socket_perms;
|
|
|
|
allow procmail_t self:udp_socket create_socket_perms;
|
|
|
|
|
|
|
|
kernel_read_system_state(procmail_t)
|
2006-01-31 16:49:43 +00:00
|
|
|
kernel_read_kernel_sysctls(procmail_t)
|
2005-11-15 20:17:18 +00:00
|
|
|
|
|
|
|
corenet_tcp_sendrecv_all_if(procmail_t)
|
|
|
|
corenet_raw_sendrecv_all_if(procmail_t)
|
|
|
|
corenet_udp_sendrecv_all_if(procmail_t)
|
|
|
|
corenet_tcp_sendrecv_all_nodes(procmail_t)
|
|
|
|
corenet_udp_sendrecv_all_nodes(procmail_t)
|
|
|
|
corenet_raw_sendrecv_all_nodes(procmail_t)
|
|
|
|
corenet_tcp_sendrecv_all_ports(procmail_t)
|
|
|
|
corenet_udp_sendrecv_all_ports(procmail_t)
|
2005-12-06 19:59:50 +00:00
|
|
|
corenet_non_ipsec_sendrecv(procmail_t)
|
2005-11-15 20:17:18 +00:00
|
|
|
corenet_tcp_bind_all_nodes(procmail_t)
|
|
|
|
corenet_udp_bind_all_nodes(procmail_t)
|
2005-11-29 21:51:24 +00:00
|
|
|
corenet_tcp_connect_spamd_port(procmail_t)
|
2005-11-15 20:17:18 +00:00
|
|
|
|
|
|
|
dev_read_urand(procmail_t)
|
|
|
|
|
|
|
|
fs_getattr_xattr_fs(procmail_t)
|
|
|
|
|
|
|
|
auth_use_nsswitch(procmail_t)
|
|
|
|
|
|
|
|
corecmd_exec_bin(procmail_t)
|
|
|
|
corecmd_exec_shell(procmail_t)
|
|
|
|
corecmd_dontaudit_search_sbin(procmail_t)
|
|
|
|
|
|
|
|
files_read_etc_files(procmail_t)
|
|
|
|
files_read_etc_runtime_files(procmail_t)
|
|
|
|
files_search_pids(procmail_t)
|
|
|
|
# for spamassasin
|
|
|
|
files_read_usr_files(procmail_t)
|
|
|
|
|
|
|
|
libs_use_ld_so(procmail_t)
|
|
|
|
libs_use_shared_libs(procmail_t)
|
|
|
|
|
|
|
|
miscfiles_read_localization(procmail_t)
|
|
|
|
|
2005-11-29 21:27:15 +00:00
|
|
|
# only works until we define a different type for maildir
|
2005-11-15 20:17:18 +00:00
|
|
|
userdom_priveleged_home_dir_manager(procmail_t)
|
|
|
|
# Do not audit attempts to access /root.
|
2006-02-21 18:40:44 +00:00
|
|
|
userdom_dontaudit_search_sysadm_home_dirs(procmail_t)
|
|
|
|
userdom_dontaudit_search_staff_home_dirs(procmail_t)
|
2005-11-15 20:17:18 +00:00
|
|
|
|
|
|
|
mta_manage_spool(procmail_t)
|
|
|
|
|
|
|
|
ifdef(`hide_broken_symptoms',`
|
|
|
|
mta_dontaudit_rw_queue(procmail_t)
|
|
|
|
')
|
|
|
|
|
|
|
|
ifdef(`targeted_policy', `
|
|
|
|
corenet_udp_bind_generic_port(procmail_t)
|
2006-01-31 19:21:01 +00:00
|
|
|
files_getattr_tmp_dirs(procmail_t)
|
2005-11-15 20:17:18 +00:00
|
|
|
')
|
|
|
|
|
2005-11-23 20:24:27 +00:00
|
|
|
optional_policy(`logging',`
|
2005-11-15 20:17:18 +00:00
|
|
|
logging_send_syslog_msg(procmail_t)
|
|
|
|
')
|
|
|
|
|
2005-11-23 20:24:27 +00:00
|
|
|
optional_policy(`nscd',`
|
2006-02-02 21:08:12 +00:00
|
|
|
nscd_socket_use(procmail_t)
|
2005-11-15 20:17:18 +00:00
|
|
|
')
|
|
|
|
|
2005-11-23 20:24:27 +00:00
|
|
|
optional_policy(`postfix',`
|
2005-11-15 20:17:18 +00:00
|
|
|
# for a bug in the postfix local program
|
2006-02-02 21:08:12 +00:00
|
|
|
postfix_dontaudit_rw_local_tcp_sockets(procmail_t)
|
2006-03-02 23:41:11 +00:00
|
|
|
postfix_dontaudit_use_fds(procmail_t)
|
2005-11-15 20:17:18 +00:00
|
|
|
')
|
|
|
|
|
2005-11-23 20:24:27 +00:00
|
|
|
optional_policy(`sendmail',`
|
2005-11-15 20:17:18 +00:00
|
|
|
mta_read_config(procmail_t)
|
2006-02-02 21:08:12 +00:00
|
|
|
sendmail_rw_tcp_sockets(procmail_t)
|
2006-02-06 22:47:46 +00:00
|
|
|
sendmail_rw_unix_stream_sockets(procmail_t)
|
2005-11-15 20:17:18 +00:00
|
|
|
')
|
|
|
|
|
2005-11-23 20:24:27 +00:00
|
|
|
optional_policy(`spamassassin',`
|
2005-11-15 20:17:18 +00:00
|
|
|
corenet_udp_bind_generic_port(procmail_t)
|
2006-01-18 18:45:23 +00:00
|
|
|
corenet_tcp_connect_spamd_port(procmail_t)
|
2005-11-15 20:17:18 +00:00
|
|
|
|
2006-01-31 19:21:01 +00:00
|
|
|
files_getattr_tmp_dirs(procmail_t)
|
2005-11-15 20:17:18 +00:00
|
|
|
|
|
|
|
spamassassin_exec(procmail_t)
|
|
|
|
spamassassin_exec_client(procmail_t)
|
|
|
|
')
|