diff options
-rw-r--r-- | conf/sysbus-policy/hostnamed-dbus.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/sysbus-policy/hostnamed-dbus.conf b/conf/sysbus-policy/hostnamed-dbus.conf index ea11b9d..9c4fa41 100644 --- a/conf/sysbus-policy/hostnamed-dbus.conf +++ b/conf/sysbus-policy/hostnamed-dbus.conf @@ -10,5 +10,9 @@ <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> |