diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-04-24 19:53:16 -0300 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-04-25 00:05:14 -0300 |
commit | db5c0122853a9ecf1cc92e6593461932df2fa866 (patch) | |
tree | 45f2cca6a0050dfa36ecb08af64d974ec4542ea5 /TODO | |
parent | 60b6991a4dd687097bbc4f1e1ef7585efee079d9 (diff) |
conf-parser: restrict .include usage
Disallow recursive .include, and make it unavailable in anything but
unit files.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -100,10 +100,6 @@ Features: /lib/modules/$(uname -r)/modules.devname and apply ACLs to them if they have TAG=="uaccess" in udev rules. -* matching against units is currently broken in journalctl. We really - need another AND level in the expressions, - i.e. sd_journal_add_conjunction(). - * add ConditionArchitecture= or so * teach ConditionKernelCommandLine= globs or regexes (in order to match foobar={no,0,off}) @@ -125,8 +121,6 @@ Features: * man: remove .include documentation, and instead push people to use .d/*.conf -* disallow .include from included files - * safe_atod() is too naive, as it is vulnerable to locale parameters, should be locale independent. * think about requeuing jobs when daemon-reload is issued? usecase: |