update TODO

This commit is contained in:
Lennart Poettering 2016-10-07 20:32:23 +02:00
parent 3dbea941d2
commit a46eac1bbd
1 changed files with 6 additions and 0 deletions

6
TODO
View File

@ -72,6 +72,12 @@ Features:
* RemoveKeyRing= to remove all keyring entries of the specified user
* ProtectReboot= that masks reboot() and kexec_load() syscalls, prohibits kill
on PID 1 with the relevant signals, and makes relevant files in /sys and
/proc (such as the sysrq stuff) unavailable
* DeviceAllow= should also generate seccomp filters for mknod()
* Add DataDirectory=, CacheDirectory= and LogDirectory= to match
RuntimeDirectory=, and create it as necessary when starting a service, owned by the right user.