diff options
author | Trent Lloyd <lathiat@bur.st> | 2006-12-29 00:39:11 +0000 |
---|---|---|
committer | Trent Lloyd <lathiat@bur.st> | 2006-12-29 00:39:11 +0000 |
commit | 28ff2f3f8b16f779a4945a8d4548a03a942d530c (patch) | |
tree | 5841c91b71b3975a1fb3471b62db6eac0287e97e /avahi-daemon | |
parent | 13c8a680f9685baba470123aa7bee015cb890438 (diff) |
* Correct comment reference to the priviledged access group in
avahi-dbus.conf - thanks to Olivier Blin
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1352 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-daemon')
-rw-r--r-- | avahi-daemon/avahi-dbus.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/avahi-daemon/avahi-dbus.conf.in b/avahi-daemon/avahi-dbus.conf.in index c570754..e439e07 100644 --- a/avahi-daemon/avahi-dbus.conf.in +++ b/avahi-daemon/avahi-dbus.conf.in @@ -19,7 +19,7 @@ <deny send_interface="org.freedesktop.Avahi.Server" send_member="SetHostName"/> </policy> - <!-- Allow everything, including access to SetHostName to users of the group "netdev" --> + <!-- Allow everything, including access to SetHostName to users of the group "@AVAHI_PRIV_ACCESS_GROUP@" --> <policy group="@AVAHI_PRIV_ACCESS_GROUP@"> <allow send_destination="org.freedesktop.Avahi"/> <allow receive_sender="org.freedesktop.Avahi"/> |