chiark / gitweb /
systemctl: support remote and privileged systemctl access via SSH and pkexec
authorLennart Poettering <lennart@poettering.net>
Sat, 12 Mar 2011 00:03:13 +0000 (01:03 +0100)
committerLennart Poettering <lennart@poettering.net>
Sat, 12 Mar 2011 00:07:17 +0000 (01:07 +0100)
commita8f11321c209830a35edd0357e8def5d4437d854
tree6624318fbfc07042729a69ad29b4e0ffc2402263
parente75c058023a7e130599f5a3ae2981540d8e397c8
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
.gitignore
Makefile.am
TODO
man/systemctl.xml
src/bridge.c [new file with mode: 0644]
src/dbus-common.c
src/dbus-common.h
src/org.freedesktop.systemd1.policy
src/systemctl.c