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
|
|
|
|
|
|
|
########################################
|
|
|
|
## <summary>
|
|
|
|
## Send and receive messages from
|
|
|
|
## avahi over dbus.
|
|
|
|
## </summary>
|
|
|
|
## <param name="domain">
|
|
|
|
## Domain allowed access.
|
|
|
|
## </param>
|
|
|
|
#
|
|
|
|
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;
|
|
|
|
')
|