diff options
author | kremlin <ian@kremlin.cc> | 2014-08-09 23:50:30 +0800 |
---|---|---|
committer | kremlin <ian@kremlin.cc> | 2014-08-09 23:50:30 +0800 |
commit | 5d3739c37d358b0634a3ecb8ce6d8c8f5dfc222b (patch) | |
tree | f7e9bfb2ebb24ab3b0285db050d8a1a12225407b | |
parent | e51864d107f420547cea1246cf4e2c71d992562d (diff) | |
download | systembsd-5d3739c37d358b0634a3ecb8ce6d8c8f5dfc222b.tar systembsd-5d3739c37d358b0634a3ecb8ce6d8c8f5dfc222b.tar.gz systembsd-5d3739c37d358b0634a3ecb8ce6d8c8f5dfc222b.tar.bz2 systembsd-5d3739c37d358b0634a3ecb8ce6d8c8f5dfc222b.tar.lz systembsd-5d3739c37d358b0634a3ecb8ce6d8c8f5dfc222b.tar.xz systembsd-5d3739c37d358b0634a3ecb8ce6d8c8f5dfc222b.tar.zst systembsd-5d3739c37d358b0634a3ecb8ce6d8c8f5dfc222b.zip |
revert hostnamed-dbus.conf to allow normal users to call methods
we need this beheivor as authentication can happen easily via polkit
(it is also the correct approach)
-rw-r--r-- | conf/sysbus-policy/hostnamed-dbus.conf | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/conf/sysbus-policy/hostnamed-dbus.conf b/conf/sysbus-policy/hostnamed-dbus.conf index 9c4fa41..ea11b9d 100644 --- a/conf/sysbus-policy/hostnamed-dbus.conf +++ b/conf/sysbus-policy/hostnamed-dbus.conf @@ -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> |