Age | Commit message (Collapse) | Author |
|
|
|
Commit 099663ff8c117303af369a4d412dafed0c5614c2 added "b" as a
recognized argument, however, B is not a runlevel like S. (B appears
as a pseudo runlevel in openSUSE's init.d scripts only for the sake of
insserv being able to manage /etc/init.d/boot.d like the other dirs).
|
|
|
|
|
|
|
|
|
|
|
|
settings chaos
|
|
|
|
|
|
|
|
to make strace outputs nicer and save a few stat()s
|
|
|
|
|
|
|
|
|
|
accessing /proc/cmdline
|
|
|
|
|
|
|
|
|
|
|
|
get a shell on /dev/console
|
|
eventually be useful for user execution
|
|
and /etc/hostname unset
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Now that we have /dev/.run there's no need to use abstract namespace
sockets. So, let's move things to /dev/.run, to make things more easily
discoverable and improve compat with chroot() and fs namespacing.
|
|
container
|
|
|
|
|
|
|
|
|
|
ERROR: files left in build directory after distclean:
./src/org.freedesktop.systemd1.policy
make[1]: *** [distcleancheck] Error 1
|
|
|
|
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
|