summaryrefslogtreecommitdiff
path: root/src/core/system.conf
AgeCommit message (Collapse)Author
2012-05-31main: allow setting of timer slack for PID 1Lennart Poettering
2012-05-24main: add configuration option to alter capability bounding set for PID 1Lennart Poettering
This also ensures that caps dropped from the bounding set are also dropped from the inheritable set, to be extra-secure. Usually that should change very little though as the inheritable set is empty for all our uses anyway.
2012-04-24manager: drop MountAuto= and SwapAuto= optionsLennart Poettering
The ability to set MountAuto=no and SwapAuto=no was useful during the adoption phase of systemd, so that distributions could stick to their classic mount scripts a bit longer. It is about time to get rid of it now.
2012-04-21watchdog: fix default configuration fragment for watchdogLennart Poettering
2012-04-12move more main systemd parts to core/Kay Sievers