diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-03-12 22:22:16 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-03-12 22:22:21 +0100 |
commit | 7f110ff9b8828b477e87de7b28c708cf69a3d008 (patch) | |
tree | 651d0f8f32ce086872f1e262bb8caee795a04c67 /TODO | |
parent | 669e49fe2c841e53f7f2196bbe5d614013429ecd (diff) |
conf: enforce UTF8 validty everywhere
we need to make sure that configuration data we expose via the bus ends
up in using getting an assert(). Even though configuration data is only
parsed from trusted sources we should be more careful with what we read.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -18,6 +18,10 @@ Bugfixes: Features: +* document crypttab(5) + +* There's currently no way to cancel fsck (used to be possible via C-c or c on the console) + * hook up /dev/watchdog with main event loop for embedded, server uses * man: for some reason the HTML versions of the man pages are currently not being packaged @@ -115,8 +119,6 @@ Features: * document that %% can be used to write % in a string that is specifier extended -* check utf8 everywhere - * when an instanced service exits, remove its parent cgroup too if possible. * Make libselinux, libattr, libcap, libdl dependencies only of the tools which actually need them. |