summaryrefslogtreecommitdiff
path: root/src/shared/cgroup-label.c
Commit message (Collapse)AuthorAge
* mkdir: append _label to all mkdir() calls that explicitly set the selinux ↵Kay Sievers2012-05-31
| | | | context
* cgroup: if a controller is not available don't try to create cgroups in its ↵Lennart Poettering2012-04-16
| | | | hierarchy
* 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.
* split selinux label operations out of cgroup-util, socket-utilKay Sievers2012-04-11
This prevents linking of selinux and libdl for another 15 binaries.