dbus: allow LoadUnit to unprivileged users

This commit is contained in:
Lennart Poettering 2011-03-17 03:41:29 +01:00
parent d72238fcb3
commit e677657e8d
2 changed files with 16 additions and 0 deletions

12
TODO
View File

@ -28,6 +28,18 @@ F15:
* serialize condition execution information
* rework syslog.service being up logic in PID 1
* rsyslog.service should hook itself into syslog.target?
* syslog.target should be pulled in by multi-user.target
* don't strip facility from kmsg log messages as soon as that is possible.
* pull in .service from meta .targers AND vice versa too. i.e. syslog.target ←→ rsyslog.service, rpcbind similarly
* drop Names= option?
Features:
* optionally create watched directories in .path units

View File

@ -50,6 +50,10 @@
send_interface="org.freedesktop.systemd1.Manager"
send_member="GetUnitByPID"/>
<allow send_destination="org.freedesktop.systemd1"
send_interface="org.freedesktop.systemd1.Manager"
send_member="LoadUnit"/>
<allow send_destination="org.freedesktop.systemd1"
send_interface="org.freedesktop.systemd1.Manager"
send_member="GetJob"/>