Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-09 | Fix typos of /etc/systemd/systemd | Zbigniew Jędrzejewski-Szmek | |
<Lekensteyn> The 198 announcement mentions "/etc/systemd/systemd/foobar.service.d/*.conf", is that a typo? I only have a /etc/systemd/system/. Is there a manpage describing this new feature? | |||
2013-02-14 | honor SELinux labels, when creating and writing config files | Harald Hoyer | |
Also split out some fileio functions to fileio.c and provide a SELinux aware pendant in fileio-label.c see https://bugzilla.redhat.com/show_bug.cgi?id=881577 | |||
2013-02-13 | tests: add test for continuation lines with comments | Zbigniew Jędrzejewski-Szmek | |
2013-01-29 | tests: add test for install_full_printf() | Zbigniew Jędrzejewski-Szmek | |
2013-01-18 | util: modernization and test for load_env_file | Zbigniew Jędrzejewski-Szmek | |
2012-11-15 | core: lift restriction on order of - and @ in ExecStart | Zbigniew Jędrzejewski-Szmek | |
2012-11-15 | core: interpret \; token in ExecStart as escaped ; | Oleksii Shevchuk | |
Some commands (like 'find') take a semicolon as separate arg. With current parser implementation there is no way to pass one. Patch adds token \; | |||
2012-11-15 | tests: add tests for config_parse_exec | Zbigniew Jędrzejewski-Szmek | |
2012-09-16 | install: treat non-existent directory as empty | Zbigniew Jędrzejewski-Szmek | |
When looking for symlinks, it doesn't make sense to error-out if the directory is missing. The user might delete an empty directory. This check caused test-unit-file to fail when run before installation. | |||
2012-09-11 | when determining unit file list, include invalid unit names in an "invalid" ↵ | Lennart Poettering | |
state |