summaryrefslogtreecommitdiff
path: root/src/core/mount-setup.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: unify how we define bit mak enumsLennart Poettering2018-06-121-4/+4
* core/mount-setup: remove part of check which is always trueZbigniew Jędrzejewski-Szmek2018-05-141-1/+1
* core/mount-setup: remove part of check which is always trueZbigniew Jędrzejewski-Szmek2018-05-101-1/+1
* mount-setup: add a comment that the character/block device nodes are "optiona...Lennart Poettering2018-05-031-3/+9
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* machine-image,mount-setup: minor coding style fixesLennart Poettering2018-03-281-7/+6
* core: dont't remount /sys/fs/cgroup for relabel if not needed (#8595)Krzysztof Nowicki2018-03-281-9/+33
* label: rework label_fix() implementations (#8583)Lennart Poettering2018-03-271-4/+4
* macro: introduce TAKE_PTR() macroLennart Poettering2018-03-221-4/+2
* core: do not free heap-allocated strings (#8391)Yu Watanabe2018-03-081-2/+4
* mount-setup: change bpf mount mode to 0700 (#8334)Lennart Poettering2018-03-021-1/+1
* mount-setup: always use the same source as fstype for the API VFS we mountLennart Poettering2018-02-211-4/+4
* bpf: mount bpffs by default on bootLennart Poettering2018-02-211-0/+2
* pid1: do not initialize join_controllers by defaultZbigniew Jędrzejewski-Szmek2018-02-191-4/+16
* mount-setup: fix MNT_CHECK_WRITABLE error handling, and log about the issueLennart Poettering2017-12-151-5/+10
* Fix SELinux labels in cgroup filesystem root directory (#7496)Krzysztof Nowicki2017-11-301-1/+11
* core: remove empty cgroups (#7457)Christian Brauner2017-11-241-0/+1
* cgroup: test whether pure unified hierarchy is writableChristian Brauner2017-11-221-2/+2
* cgroup: check whether unified hierarchy is writableChristian Brauner2017-11-221-5/+15
* cgroup-util: move Set* allocation into cg_kernel_controllers()Lennart Poettering2017-11-211-5/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* build-sys: s/HAVE_SMACK/ENABLE_SMACK/Zbigniew Jędrzejewski-Szmek2017-10-041-5/+5
* build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-10-041-6/+6
* Revert "mount-setup: mount xenfs filesystem (#6491)" (#6662)vliaskov2017-08-281-2/+0
* mount-setup: mount xenfs filesystem (#6491)vliaskov2017-07-311-0/+2
* core: support "nsdelegate" cgroup v2 mount option (#6294)Tejun Heo2017-07-141-0/+4
* core/mount-setup: if unified hierarchy is not supported, fall back to legacyZbigniew Jędrzejewski-Szmek2017-02-221-1/+1
* Rename cg_is_unified_systemd_controller_wanted to cg_is_hybrid_wantedZbigniew Jędrzejewski-Szmek2017-02-221-1/+1
* core: make hybrid cgroup unified mode keep compat /sys/fs/cgroup/systemd hier...Tejun Heo2017-02-201-3/+3
* core: add comment why we don't bother with MS_SHARED remounting of / in conta...Lennart Poettering2016-12-201-13/+11
* tree-wide: stop using canonicalize_file_name(), use chase_symlinks() insteadLennart Poettering2016-12-011-1/+1
* core: use the unified hierarchy for the systemd cgroup controller hierarchyTejun Heo2016-08-171-2/+4
* namespace: unify limit behavior on non-directory pathsAlessandro Puccetti2016-07-191-3/+11
* Ensure kdbus isn't used (#3501)Dave Reisner2016-06-181-2/+0
* core/mount-setup.c: also relabel /dev/shm for selinux (#3039)Harald Hoyer2016-04-141-0/+1
* cgroup2: use new fstype for unified hierarchyAlban Crequy2016-03-261-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* core: log about path_is_mount_point() errorsLennart Poettering2016-02-031-7/+9
* mount-setup: introduce mount_points_setupAlexander Kuleshov2016-02-031-15/+12
* mount-setup.c: fix handling of symlink Smack labelling in cgroup setupPatrick Ohly2016-01-051-5/+10
* tree-wide: sort includesThomas Hindoe Paaboel Andersen2015-11-161-2/+2
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* user-util: move UID/GID related macros from macro.h to user-util.hLennart Poettering2015-10-271-0/+1
* util-lib: move mount related utility calls to mount-util.[ch]Lennart Poettering2015-10-271-10/+11
* mount: propagate error codes correctlyDavid Herrmann2015-09-211-2/+2
* smack: bugfix the smack label of symlink when '--with-smack-run-label' is setSangjung Woo2015-09-091-0/+5
* basic: rework virtualization detection APILennart Poettering2015-09-071-2/+2
* core: unified cgroup hierarchy supportLennart Poettering2015-09-011-3/+8