summaryrefslogtreecommitdiff
path: root/units/sys-kernel-config.mount
Commit message (Collapse)AuthorAge
* units: conditionalize configfs and debugfs with CAP_SYS_RAWIOLennart Poettering2014-07-04
| | | | | | | | | We really don't want these in containers as they provide a too lowlevel look on the system. Conditionalize them with CAP_SYS_RAWIO since that's required to access /proc/kcore, /dev/kmem and similar, which feel similar in style. Also, npsawn containers lack that capability.
* units: add reference to new wiki page to all api mount unitsLennart Poettering2013-01-15
|
* man: add Documentation= tags to all kinds of missing unitsLennart Poettering2012-06-27
|
* relicense to LGPLv2.1 (with exceptions)Lennart Poettering2012-04-12
| | | | | | | | | | | | | | We finally got the OK from all contributors with non-trivial commits to relicense systemd from GPL2+ to LGPL2.1+. Some udev bits continue to be GPL2+ for now, but we are looking into relicensing them too, to allow free copy/paste of all code within systemd. The bits that used to be MIT continue to be MIT. The big benefit of the relicensing is that closed source code may now link against libsystemd-login.so and friends.
* units: drop automount unit for /sys/kernel/debugLennart Poettering2011-09-21
| | | | | Since debugfs cannot be compiled as module there's little benefit in having it as autofs mount point.
* units: drop /sys/kernel/config automount unitLennart Poettering2011-09-21
| | | | | | | The mount point directory /sys/kernel/config is only created after the module is loaded, hence there's little value in having this an automount unit: the runtime penalty for mounting an autofs here should be the same as for a real mount.
* units: Add support for automounting configfs, ala debugfs, etc.Bill Nottingham2011-09-20