## Postfix grey-listing server. ######################################## ## ## Connect to postgrey using a unix ## domain stream socket. ## ## ## ## Domain allowed access. ## ## # interface(`postgrey_stream_connect',` gen_require(` type postgrey_var_run_t, postgrey_t, postgrey_spool_t; ') stream_connect_pattern($1, { postgrey_spool_t postgrey_var_run_t }, { postgrey_spool_t postgrey_var_run_t }, postgrey_t) files_search_pids($1) files_search_spool($1) ') ######################################## ## ## Search spool directories. ## ## ## ## Domain allowed access. ## ## # interface(`postgrey_search_spool',` gen_require(` type postgrey_spool_t; ') files_search_spool($1) allow $1 postgrey_spool_t:dir search_dir_perms; ') ######################################## ## ## All of the rules required to ## administrate an postgrey environment. ## ## ## ## Domain allowed access. ## ## ## ## ## Role allowed access. ## ## ## # interface(`postgrey_admin',` gen_require(` type postgrey_t, postgrey_etc_t, postgrey_initrc_exec_t; type postgrey_spool_t, postgrey_var_lib_t, postgrey_var_run_t; ') allow $1 postgrey_t:process signal_perms; ps_process_pattern($1, postgrey_t) tunable_policy(`deny_ptrace',`',` allow $1 postgrey_t:process ptrace; ') init_labeled_script_domtrans($1, postgrey_initrc_exec_t) domain_system_change_exemption($1) role_transition $2 postgrey_initrc_exec_t system_r; allow $2 system_r; files_list_etc($1) admin_pattern($1, postgrey_etc_t) files_list_var_lib($1) admin_pattern($1, postgrey_var_lib_t) files_list_spool($1) admin_pattern($1, postgrey_spool_t) files_list_pids($1) admin_pattern($1, postgrey_var_run_t) ')