From 49af9e1368571f4e423cde0fd45ee284451434d1 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 23 Aug 2015 13:20:58 +0200 Subject: machined: add new OpenShell() bus call This new bus call opens an interactive shell in a container. It works like the existing OpenLogin() call, but does not involve getty, and instead opens an arbitrary command line. This is similar to "systemd-run -t -M" but is controlled by a specific PolicyKit privilege. --- src/machine/org.freedesktop.machine1.conf | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/machine/org.freedesktop.machine1.conf') diff --git a/src/machine/org.freedesktop.machine1.conf b/src/machine/org.freedesktop.machine1.conf index d58f01507b..9d40b90151 100644 --- a/src/machine/org.freedesktop.machine1.conf +++ b/src/machine/org.freedesktop.machine1.conf @@ -68,6 +68,10 @@ send_interface="org.freedesktop.machine1.Manager" send_member="OpenMachineLogin"/> + + @@ -140,6 +144,10 @@ send_interface="org.freedesktop.machine1.Machine" send_member="OpenLogin"/> + + -- cgit v1.2.3-54-g00ecf