## mDNS/DNS-SD daemon implementing Apple ZeroConf architecture
########################################
##
## 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 domain stream socket.
##
##
##
## Domain allowed access.
##
##
#
interface(`avahi_stream_connect',`
gen_require(`
type avahi_t, avahi_var_run_t;
')
files_search_pids($1)
allow $1 avahi_var_run_t:dir search_dir_perms;
allow $1 avahi_var_run_t:sock_file rw_file_perms;
allow $1 avahi_t:unix_stream_socket connectto;
')