diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-04-29 19:15:30 -0300 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-04-30 08:36:01 -0300 |
commit | 5954c07433b134694256b9989f2ad3f85a643976 (patch) | |
tree | 199057819796d79598ee974a8a12101d49ff222a /TODO | |
parent | aa96c6cb44a6eeccc506ae055aae2519a7f914e1 (diff) |
cgroup: do not allow manipulating the cgroup path of units within the systemd:/system subtree
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -26,6 +26,10 @@ Fedora 19: Features: +* handle named vs controller hierarchies correctly in cg_pid_get_path() + +* add nspawn@.service + * investigate endianess issues of UUID vs. GUID * see if we can fix https://bugs.freedesktop.org/show_bug.cgi?id=63672 @@ -57,9 +61,6 @@ Features: * make sure cg_pid_get_path() works properly for co-mounted controllers -* explicitly disallow changing the cgroup path of units in the - name=systemd hierarchy, unless it is outside of /system - * test/: - add 'set -e' to scripts in test/ - make stuff in test/ work with separate output dir |