## mDNS/DNS-SD daemon implementing Apple ZeroConf architecture. ######################################## ## ## Execute avahi server in the avahi domain. ## ## ## ## Domain allowed to transition. ## ## # interface(`avahi_domtrans',` gen_require(` type avahi_exec_t, avahi_t; ') corecmd_search_bin($1) domtrans_pattern($1, avahi_exec_t, avahi_t) ') ######################################## ## ## Execute avahi init scripts in the ## init script domain. ## ## ## ## Domain allowed to transition. ## ## # interface(`avahi_initrc_domtrans',` gen_require(` type avahi_initrc_exec_t; ') init_labeled_script_domtrans($1, avahi_initrc_exec_t) ') ######################################## ## ## Send generic signals to avahi. ## ## ## ## Domain allowed access. ## ## # interface(`avahi_signal',` gen_require(` type avahi_t; ') allow $1 avahi_t:process signal; ') ######################################## ## ## Send kill signals to avahi. ## ## ## ## Domain allowed access. ## ## # interface(`avahi_kill',` gen_require(` type avahi_t; ') allow $1 avahi_t:process sigkill; ') ######################################## ## ## Send null signals to avahi. ## ## ## ## Domain allowed access. ## ## # interface(`avahi_signull',` gen_require(` type avahi_t; ') allow $1 avahi_t:process signull; ') ######################################## ## ## Send and receive messages from ## avahi over dbus. ## ## ## ## Domain allowed access. ## ## # interface(`avahi_dbus_chat',` gen_require(` type avahi_t; class dbus send_msg; ') allow $1 avahi_t:dbus send_msg; allow avahi_t $1:dbus send_msg; ') ######################################## ## ## Connect to avahi using a unix ## stream socket. ## ## ## ## Domain allowed access. ## ## # interface(`avahi_stream_connect',` gen_require(` type avahi_t, avahi_var_run_t; ') files_search_pids($1) stream_connect_pattern($1, avahi_var_run_t, avahi_var_run_t, avahi_t) ') ######################################## ## ## Create avahi pid directories. ## ## ## ## Domain allowed access. ## ## # interface(`avahi_create_pid_dirs',` gen_require(` type avahi_var_run_t; ') files_search_pids($1) allow $1 avahi_var_run_t:dir create_dir_perms; ') ######################################## ## ## Set attributes of avahi pid directories. ## ## ## ## Domain allowed access. ## ## # interface(`avahi_setattr_pid_dirs',` gen_require(` type avahi_var_run_t; ') files_search_pids($1) allow $1 avahi_var_run_t:dir setattr_dir_perms; ') ######################################## ## ## Create, read, and write avahi pid files. ## ## ## ## Domain allowed access. ## ## # interface(`avahi_manage_pid_files',` gen_require(` type avahi_var_run_t; ') files_search_pids($1) manage_files_pattern($1, avahi_var_run_t, avahi_var_run_t) ') ######################################## ## ## Do not audit attempts to search ## avahi pid directories. ## ## ## ## Domain to not audit. ## ## # interface(`avahi_dontaudit_search_pid',` gen_require(` type avahi_var_run_t; ') dontaudit $1 avahi_var_run_t:dir search_dir_perms; ') ######################################## ## ## Create specified objects in generic ## pid directories with the avahi pid file type. ## ## ## ## Domain allowed access. ## ## ## ## ## Class of the object being created. ## ## ## ## ## The name of the object being created. ## ## # interface(`avahi_filetrans_pid',` gen_require(` type avahi_var_run_t; ') files_pid_filetrans($1, avahi_var_run_t, $2, $3) ') ######################################## ## ## All of the rules required to ## administrate an avahi environment. ## ## ## ## Domain allowed access. ## ## ## ## ## Role allowed access. ## ## ## # interface(`avahi_admin',` gen_require(` type avahi_t, avahi_var_run_t, avahi_initrc_exec_t; type avahi_var_lib_t; ') allow $1 avahi_t:process { ptrace signal_perms }; ps_process_pattern($1, avahi_t) init_startstop_service($1, $2, avahi_t, avahi_initrc_exec_t) files_search_pids($1) admin_pattern($1, avahi_var_run_t) files_search_var_lib($1) admin_pattern($1, avahi_var_lib_t) ')