History log of /systemd/src/core/org.freedesktop.systemd1.conf
Revision Date Author Comments Expand
e94937df954451eb4aa63573f0d7404ed2db987e 08-Oct-2014 Lukas Nykryn <lnykryn@redhat.com>

systemctl: add add-wants and add-requires verbs

283868e1dcd8ea7475850d9c6e7d4722c473dd50 18-Aug-2014 Stef Walter <stef@thewalter.net>

core: Verify systemd1 DBus method callers via polkit DBus methods that retrieve information can be called by anyone. DBus methods that modify state of units are verified via polkit action: org.freedesktop.systemd1.manage-units DBus methods that modify state of unit files are verified via polkit action: org.freedesktop.systemd1.manage-unit-files DBus methods that reload the entire daemon state are verified via polkit action: org.freedesktop.systemd1.reload-daemon DBus methods that modify job state are callable from the clients that started the job. root (ie: CAP_SYS_ADMIN) can continue to perform all calls, property access etc. There are several DBus methods that can only be called by root. Open up the dbus1 policy for the above methods. (Heavily modified by Lennart, making use of the new bus_verify_polkit_async() version that doesn't force us to always pass the original callback around. Also, interactive auhentication must be opt-in, not unconditional, hence I turned this off.)

cdc06ed7b6120c1049305fa7033f228ee9d86043 18-May-2014 David Strauss <david@davidstrauss.net>

core: Filter by state behind the D-Bus API, not in the systemctl client.

99504dd4c13af7516a976fffc0f68e6f26d3faac 31-May-2013 Václav Pavlín < <vpavlin@redhat.com>

systemctl: add commands set-default and get-default systemctl set-default NAME links the default.target to the given unit, get-default prints out the path to the currently set default target.

90ccc3fca7e53a60a9e67b9d5812e1d4a27fc07d 12-Apr-2012 Kay Sievers <kay@vrfy.org>

move more main systemd parts to core/