aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkremlin <ian@kremlin.cc>2014-08-09 23:50:30 +0800
committerkremlin <ian@kremlin.cc>2014-08-09 23:50:30 +0800
commit5eb2e80bf5ff363691f1c1fda9ad158211714c93 (patch)
treef7e9bfb2ebb24ab3b0285db050d8a1a12225407b
parent46835f3eef54d2011ad51d9bef58b35d811c188b (diff)
downloadsystembsd-5eb2e80bf5ff363691f1c1fda9ad158211714c93.tar
systembsd-5eb2e80bf5ff363691f1c1fda9ad158211714c93.tar.gz
systembsd-5eb2e80bf5ff363691f1c1fda9ad158211714c93.tar.bz2
systembsd-5eb2e80bf5ff363691f1c1fda9ad158211714c93.tar.lz
systembsd-5eb2e80bf5ff363691f1c1fda9ad158211714c93.tar.xz
systembsd-5eb2e80bf5ff363691f1c1fda9ad158211714c93.tar.zst
systembsd-5eb2e80bf5ff363691f1c1fda9ad158211714c93.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.conf4
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>