summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2011-07-02 01:44:49 +0200
committerLennart Poettering <lennart@poettering.net>2011-07-02 01:45:29 +0200
commit21bdae12e11ae20460715475d8a0c991f15464ac (patch)
tree4dc9ab341fa40adbf1cabb5765851fee49df759b /TODO
parent26b8e979c8a6340180716f686dbe26e4906bc568 (diff)
tmpfiles: don't exit with an error code if we cannot access all files
This is just to avoid confusion if people use stuff like FUSE file systems or SELinux which might disallow access to files even if tmpfiles is running as root. We still log away if we cannot access a file, but we do not return a failure exit code in the end.
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index 92c90eec4..b999ce165 100644
--- a/TODO
+++ b/TODO
@@ -71,6 +71,8 @@ Features:
* support notifications for services being enabled/disabled
+* add support for /bin/mount -s
+
* GC unreferenced jobs (such as .device jobs)
* add JoinControllers= to system.conf to mount certain cgroup
@@ -180,6 +182,8 @@ Features:
* detect LXC environment
+* investigate whether the gnome pty helper should be moved into systemd, to provide cgroup support.
+
* Maybe store in unit files whether a service should be enabled by default on package installation
(belongs into a distro pattern though, not in an upstream package's service file)