diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-03-12 01:03:13 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-03-12 01:07:17 +0100 |
commit | a8f11321c209830a35edd0357e8def5d4437d854 (patch) | |
tree | 6624318fbfc07042729a69ad29b4e0ffc2402263 /.gitignore | |
parent | e75c058023a7e130599f5a3ae2981540d8e397c8 (diff) |
systemctl: support remote and privileged systemctl access via SSH and pkexec
This adds support for executing systemctl operations remotely or as
privileged user while still running systemctl itself unprivileged and
locally.
This currently requires a D-Bus patch to work properly.
https://bugs.freedesktop.org/show_bug.cgi?id=35230
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 0584d900da..ffc602a95a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +systemd-stdio-bridge systemd-machine-id-setup systemd-detect-virt systemd-sysctl |