update TODO

This commit is contained in:
Kay Sievers 2011-03-17 15:15:36 +01:00
parent 7d9e57d2cf
commit a49408ec64
1 changed files with 18 additions and 12 deletions

8
TODO
View File

@ -52,6 +52,10 @@ Features:
Not all file systems unmounted, 1 left.
Cannot finalize remaining file systems and devices, giving up.
* check for compiled-in, but not active selinux, and don't print any warnings
about policy loading. Probably check for available selinux in /proc/filesystems,
and check for active selinux with getcon_raw() == "kernel"
* optionally create watched directories in .path units
* Support --test based on current system state
@ -64,9 +68,11 @@ Features:
* make sure timeouts are applied to Type=oneshot services.
* maybe implement "systemctl mask" and "systemctl unmask", but not
* Maybe implement "systemctl mask" and "systemctl unmask", but not
document it? When doing that add switch to make this temporary by
placing mask links in /dev.
Consider moving the actual fs operations into systemd behind a D-Bus
interface, to make namespaces/containers/remote connections work properly.
* detect LXC environment