2005-11-09 17:12:34 +00:00
|
|
|
## <summary>mDNS/DNS-SD daemon implementing Apple ZeroConf architecture</summary>
|
2005-11-29 21:27:15 +00:00
|
|
|
|
2008-11-19 15:24:10 +00:00
|
|
|
########################################
|
|
|
|
## <summary>
|
|
|
|
## Execute avahi server in the avahi domain.
|
|
|
|
## </summary>
|
|
|
|
## <param name="domain">
|
|
|
|
## <summary>
|
2010-08-05 13:03:19 +00:00
|
|
|
## Domain allowed to transition.
|
2008-11-19 15:24:10 +00:00
|
|
|
## </summary>
|
|
|
|
## </param>
|
|
|
|
#
|
|
|
|
interface(`avahi_domtrans',`
|
|
|
|
gen_require(`
|
|
|
|
type avahi_exec_t, avahi_t;
|
|
|
|
')
|
|
|
|
|
|
|
|
corecmd_search_bin($1)
|
|
|
|
domtrans_pattern($1, avahi_exec_t, avahi_t)
|
|
|
|
')
|
|
|
|
|
|
|
|
########################################
|
|
|
|
## <summary>
|
|
|
|
## Send avahi a signal
|
|
|
|
## </summary>
|
|
|
|
## <param name="domain">
|
|
|
|
## <summary>
|
2010-08-02 13:22:09 +00:00
|
|
|
## Domain allowed access.
|
2008-11-19 15:24:10 +00:00
|
|
|
## </summary>
|
|
|
|
## </param>
|
|
|
|
#
|
|
|
|
interface(`avahi_signal',`
|
|
|
|
gen_require(`
|
|
|
|
type avahi_t;
|
|
|
|
')
|
|
|
|
|
|
|
|
allow $1 avahi_t:process signal;
|
|
|
|
')
|
|
|
|
|
|
|
|
########################################
|
|
|
|
## <summary>
|
|
|
|
## Send avahi a kill signal.
|
|
|
|
## </summary>
|
|
|
|
## <param name="domain">
|
|
|
|
## <summary>
|
|
|
|
## Domain allowed access.
|
|
|
|
## </summary>
|
|
|
|
## </param>
|
|
|
|
#
|
|
|
|
interface(`avahi_kill',`
|
|
|
|
gen_require(`
|
|
|
|
type avahi_t;
|
|
|
|
')
|
|
|
|
|
|
|
|
allow $1 avahi_t:process sigkill;
|
|
|
|
')
|
|
|
|
|
2009-03-23 14:56:43 +00:00
|
|
|
########################################
|
|
|
|
## <summary>
|
|
|
|
## Send avahi a signull
|
|
|
|
## </summary>
|
|
|
|
## <param name="domain">
|
|
|
|
## <summary>
|
|
|
|
## Domain allowed access.
|
|
|
|
## </summary>
|
|
|
|
## </param>
|
|
|
|
#
|
|
|
|
interface(`avahi_signull',`
|
|
|
|
gen_require(`
|
|
|
|
type avahi_t;
|
|
|
|
')
|
|
|
|
|
|
|
|
allow $1 avahi_t:process signull;
|
|
|
|
')
|
|
|
|
|
2005-11-29 21:27:15 +00:00
|
|
|
########################################
|
|
|
|
## <summary>
|
|
|
|
## Send and receive messages from
|
|
|
|
## avahi over dbus.
|
|
|
|
## </summary>
|
|
|
|
## <param name="domain">
|
2006-02-10 18:41:53 +00:00
|
|
|
## <summary>
|
2005-11-29 21:27:15 +00:00
|
|
|
## Domain allowed access.
|
2006-02-10 18:41:53 +00:00
|
|
|
## </summary>
|
2005-11-29 21:27:15 +00:00
|
|
|
## </param>
|
|
|
|
#
|
|
|
|
interface(`avahi_dbus_chat',`
|
|
|
|
gen_require(`
|
|
|
|
type avahi_t;
|
|
|
|
class dbus send_msg;
|
|
|
|
')
|
|
|
|
|
2010-08-26 13:41:21 +00:00
|
|
|
allow avahi_t $1:file read;
|
2005-11-29 21:27:15 +00:00
|
|
|
allow $1 avahi_t:dbus send_msg;
|
|
|
|
allow avahi_t $1:dbus send_msg;
|
|
|
|
')
|
2006-12-04 20:10:56 +00:00
|
|
|
|
|
|
|
########################################
|
|
|
|
## <summary>
|
|
|
|
## Connect to avahi using a unix domain stream socket.
|
|
|
|
## </summary>
|
|
|
|
## <param name="domain">
|
|
|
|
## <summary>
|
|
|
|
## Domain allowed access.
|
|
|
|
## </summary>
|
|
|
|
## </param>
|
|
|
|
#
|
|
|
|
interface(`avahi_stream_connect',`
|
|
|
|
gen_require(`
|
|
|
|
type avahi_t, avahi_var_run_t;
|
|
|
|
')
|
|
|
|
|
|
|
|
files_search_pids($1)
|
2008-07-23 21:38:39 +00:00
|
|
|
stream_connect_pattern($1, avahi_var_run_t, avahi_var_run_t, avahi_t)
|
2006-12-04 20:10:56 +00:00
|
|
|
')
|
2007-05-02 17:55:03 +00:00
|
|
|
|
|
|
|
########################################
|
|
|
|
## <summary>
|
|
|
|
## Do not audit attempts to search the avahi pid directory.
|
|
|
|
## </summary>
|
|
|
|
## <param name="domain">
|
|
|
|
## <summary>
|
2010-08-05 13:03:19 +00:00
|
|
|
## Domain to not audit.
|
2007-05-02 17:55:03 +00:00
|
|
|
## </summary>
|
|
|
|
## </param>
|
|
|
|
#
|
|
|
|
interface(`avahi_dontaudit_search_pid',`
|
|
|
|
gen_require(`
|
|
|
|
type avahi_var_run_t;
|
|
|
|
')
|
|
|
|
|
|
|
|
dontaudit $1 avahi_var_run_t:dir search_dir_perms;
|
|
|
|
')
|
2008-11-19 15:24:10 +00:00
|
|
|
|
|
|
|
########################################
|
|
|
|
## <summary>
|
|
|
|
## All of the rules required to administrate
|
|
|
|
## an avahi environment
|
|
|
|
## </summary>
|
|
|
|
## <param name="domain">
|
|
|
|
## <summary>
|
|
|
|
## Domain allowed access.
|
|
|
|
## </summary>
|
|
|
|
## </param>
|
|
|
|
## <param name="role">
|
|
|
|
## <summary>
|
|
|
|
## The role to be allowed to manage the avahi domain.
|
|
|
|
## </summary>
|
|
|
|
## </param>
|
|
|
|
## <rolecap/>
|
|
|
|
#
|
|
|
|
interface(`avahi_admin',`
|
|
|
|
gen_require(`
|
|
|
|
type avahi_t, avahi_var_run_t;
|
|
|
|
type avahi_initrc_exec_t;
|
|
|
|
')
|
|
|
|
|
|
|
|
allow $1 avahi_t:process { ptrace signal_perms };
|
|
|
|
ps_process_pattern($1, avahi_t)
|
|
|
|
|
|
|
|
init_labeled_script_domtrans($1, avahi_initrc_exec_t)
|
|
|
|
domain_system_change_exemption($1)
|
|
|
|
role_transition $2 avahi_initrc_exec_t system_r;
|
|
|
|
allow $2 system_r;
|
|
|
|
|
|
|
|
files_list_pids($1)
|
|
|
|
admin_pattern($1, avahi_var_run_t)
|
|
|
|
')
|