From: Lennart Poettering Date: Fri, 23 May 2025 12:10:50 +0000 (+0200) Subject: machined: properly open up all missing method calls via D-Bus to unpriv clients X-Git-Tag: v258-rc1~360 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02927af799dbca2ca22a652dc9acc692326dbc3f;p=thirdparty%2Fsystemd.git machined: properly open up all missing method calls via D-Bus to unpriv clients These method calls all already have polkit hookup, hence actually allow them to go through on all levels. This is mostly playing catchup with a variety of calls added over the years. --- diff --git a/src/machine/org.freedesktop.machine1.conf b/src/machine/org.freedesktop.machine1.conf index c3c8149f9ab..c0b329fcc3b 100644 --- a/src/machine/org.freedesktop.machine1.conf +++ b/src/machine/org.freedesktop.machine1.conf @@ -60,6 +60,10 @@ send_interface="org.freedesktop.machine1.Manager" send_member="GetMachineAddresses"/> + + @@ -80,6 +84,10 @@ send_interface="org.freedesktop.machine1.Manager" send_member="OpenMachineShell"/> + + @@ -100,10 +108,18 @@ send_interface="org.freedesktop.machine1.Manager" send_member="CopyFromMachine"/> + + + + @@ -168,6 +184,10 @@ send_interface="org.freedesktop.machine1.Machine" send_member="GetAddresses"/> + + @@ -188,6 +208,10 @@ send_interface="org.freedesktop.machine1.Machine" send_member="OpenShell"/> + + @@ -204,10 +228,20 @@ send_interface="org.freedesktop.machine1.Machine" send_member="CopyFrom"/> + + + + + +