Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-14 | conf: when looking for configurations look in /etc first, in /run second | Lennart Poettering | |
After long consideration we came to the conclusion that user configuration in /etc should always override the (generally computer generated) configuration in /run. User configuration should always be what matters over anything else. Hence rearrange the search orders accordingly. In general this should change very little as overriding like this is seldomn done so far, and the order between /etc and /usr stays the same. | |||
2011-08-01 | umask: change default umask to 0022 just to be sure, and set it explicitly ↵ | Lennart Poettering | |
in all binaries, in order to make sure it is set when started from the terminal | |||
2011-07-15 | sysctl: support multiple prefixes in a single invocation | Lennart Poettering | |
2011-07-12 | sysctl: support application of sysctl subtrees | Lennart Poettering | |
2011-05-16 | sysctl: apply /etc/sysctl.conf last | Ludwig Nussel | |
apply /etc/sysctl.conf last to actually allow the admin to override package provided defaults. | |||
2011-05-01 | sysctl: correct /usr/local/lib path | Kay Sievers | |
2011-04-30 | binfmt, modules-load, sysctl, tmpfiles: read /usr/local/lib and where ↵ | Kay Sievers | |
appropriate /lib directories | |||
2011-04-28 | util: conf_files_list() return list as parameter | Kay Sievers | |
2011-04-25 | sysctl.d, binfmt.d, modules-load.d: switch to stacked config dirs in /lib, ↵ | Kay Sievers | |
/etc, /run | |||
2011-03-03 | sysctl: use scandir() instead of nftw() to guarantee systematic ordering | Lennart Poettering | |
2011-01-22 | clang: fix some issues found with clang-analyzersystemd/v17 | Lennart Poettering | |
2011-01-05 | sysctl: don't warn if sysctls are gone | Lennart Poettering | |
2010-11-18 | sysctl: don't consider missing kernel options fatal | Lennart Poettering | |
2010-11-18 | sysctl: implement native sysctl tool to support Debian-style /etc/sysctl.d | Lennart Poettering | |