summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-02-08 23:25:55 +0100
committerLennart Poettering <lennart@poettering.net>2013-02-08 23:31:37 +0100
commit990ffbe5cffe7f11a8d3ab2258a85fc52b97bf60 (patch)
tree20bb65cf1a53e7a32c68364ecd453d35421f1cc0 /TODO
parent3d85f7e02aae952cc9f8d0fc1a50b8c112c2c9b5 (diff)
update TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 9 insertions, 1 deletions
diff --git a/TODO b/TODO
index 205aaa551..a36cf6f7f 100644
--- a/TODO
+++ b/TODO
@@ -56,10 +56,16 @@ Fedora 19:
Features:
+* support --root in msgcatalog and hwdb
+
+* document in wiki how to map ical recurrence events to systemd timer unit calendar specifications
+
+* Support 2012-02~4 as syntax for specifying the fourth to last day of the month.
+
* We should not set KDSKBMODE to K_UNICODE in vconsole-setup if the
kbd is currently in raw/off state.
-* Honour "-" for InaccessibleDirectories= and ReadOnlyDirectories= to
+* Honour "-" prefix for InaccessibleDirectories= and ReadOnlyDirectories= to
suppress errors of the specified path doesn't exist
* dev-setup.c: when running in a container, create a tiny stub udev
@@ -70,6 +76,8 @@ Features:
* nspawn: investigate whether we can support the same as LXC's
lxc.network.type=phys mode, and pass through entire network
interfaces to the container
+* nspawn: maybe add a way to drop additional caps, in addition to add additional caps
+* nspawn: maybe explicitly reset loginuid?
* merge service_kill() logic into unit_kill_context() and unify the code paths