mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 18:23:32 +08:00
dbus: allow LoadUnit to unprivileged users
This commit is contained in:
parent
d72238fcb3
commit
e677657e8d
12
TODO
12
TODO
@ -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
|
||||
|
@ -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"/>
|
||||
|
Loading…
Reference in New Issue
Block a user