revert hostnamed-dbus.conf to allow normal users to call methods
authorkremlin <ian@kremlin.cc>
Sat, 9 Aug 2014 15:50:30 +0000 (10:50 -0500)
committerkremlin <ian@kremlin.cc>
Sat, 9 Aug 2014 15:50:30 +0000 (10:50 -0500)
we need this beheivor as authentication can happen easily via polkit
(it is also the correct approach)

conf/sysbus-policy/hostnamed-dbus.conf

index 9c4fa4101f6d7d56c98244f1a6f302cd82450069..ea11b9d2b3e1490c9a0fa1f4d450306e72d7ec87 100644 (file)
@@ -10,9 +10,5 @@
         <policy context="default">
                 <allow send_destination="org.freedesktop.hostname1"/>
                 <allow receive_sender="org.freedesktop.hostname1"/>
-
-                <deny send_destination="org.freedesktop.hostname1"
-                      send_interface="org.freedesktop.hostname1"
-                      send_type="method_call"/>
         </policy>
 </busconfig>