projects
/
systembsd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46835f3
)
revert hostnamed-dbus.conf to allow normal users to call methods
author
kremlin
<ian@kremlin.cc>
Sat, 9 Aug 2014 15:50:30 +0000
(10:50 -0500)
committer
kremlin
<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
patch
|
blob
|
blame
|
history
diff --git
a/conf/sysbus-policy/hostnamed-dbus.conf
b/conf/sysbus-policy/hostnamed-dbus.conf
index 9c4fa4101f6d7d56c98244f1a6f302cd82450069..ea11b9d2b3e1490c9a0fa1f4d450306e72d7ec87 100644
(file)
--- 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>