summaryrefslogtreecommitdiff
path: root/src/nspawn/nspawn-mount.c
Commit message (Expand)AuthorAgeFilesLines
* path-util: get rid of prefix_root()Lennart Poettering2019-06-211-5/+11
* headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2019-03-271-0/+1
* Merge pull request #12106 from poettering/nosuidnsZbigniew Jędrzejewski-Szmek2019-03-261-3/+3
|\
| * mount-util: beef up bind_remount_recursive() to be able to toggle more than M...Lennart Poettering2019-03-251-3/+3
* | nspawn: mount mqueue with nodev,noexec,nosuid, tooLennart Poettering2019-03-251-2/+3
|/
* mount: when we fail to establish an inaccessible mount gracefully, undo the m...Lennart Poettering2019-03-211-1/+3
* Merge pull request #9762 from poettering/nspawn-ociZbigniew Jędrzejewski-Szmek2019-03-211-61/+130
|\
| * nspawn: add support for executing OCI runtime bundles with nspawnLennart Poettering2019-03-151-61/+130
* | nspawn: fix memleakYu Watanabe2019-03-151-1/+1
|/
* util: split out sorting related calls to new sort-util.[ch]Lennart Poettering2019-03-131-1/+1
* nspawn: fix memleak uncovered by fuzzerZbigniew Jędrzejewski-Szmek2019-03-111-6/+4
* nspawn: add --volatile=overlay supportLennart Poettering2019-03-011-0/+68
* nspawn: fix an error pathLennart Poettering2019-03-011-1/+1
* nspawn: add volatile mode multiplexer call setup_volatile_mode()Lennart Poettering2019-03-011-14/+24
* nspawn: explicitly refuse mounts over /Lennart Poettering2019-03-011-0/+7
* util-lib: split out all temporary file related calls into tmpfiles-util.cLennart Poettering2018-12-021-1/+1
* Merge pull request #10996 from poettering/oci-prepZbigniew Jędrzejewski-Szmek2018-11-301-0/+2
|\
| * nspawn: let's also pre-mount /dev/mqueueLennart Poettering2018-11-291-0/+2
* | Split out part of mount-util.c into mountpoint-util.cZbigniew Jędrzejewski-Szmek2018-11-291-0/+1
|/
* coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek2018-11-221-9/+9
* nspawn: optionally don't mount a tmpfs over /tmp (#10294)Lennart Poettering2018-10-081-1/+5
* tree-wide: use typesafe_qsort()Yu Watanabe2018-09-191-10/+4
* nspawn: always use mode 555 for /sysFranck Bui2018-09-111-1/+1
* nspawn: mount_sysfs(): Unconditionally mkdir /sys/fs/cgroupLuke Shumaker2018-07-201-4/+2
* nspawn: Move cgroup mount stuff from nspawn-mount.c to nspawn-cgroup.cLuke Shumaker2018-07-201-414/+1
* nspawn: Simplify tmpfs_patch_options() usage, and trickle that upLuke Shumaker2018-07-201-16/+9
* nspawn: Simplify mkdir_userns() usage, and trickle that upLuke Shumaker2018-07-201-9/+6
* 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
* nspawn: lock down a few things in /proc by defaultLennart Poettering2018-05-031-23/+88
* nspawn: use free_and_replace() at more placesLennart Poettering2018-05-031-6/+3
* nspawn: size_t more stuffLennart Poettering2018-05-031-12/+12
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-04-051-11/+6
* macro: introduce TAKE_PTR() macroLennart Poettering2018-03-221-4/+2
* tree-wide: use reallocarray instead of our home-grown realloc_multiply (#8279)Zbigniew Jędrzejewski-Szmek2018-02-261-1/+1
* nspawn: remove unnecessary mount option parsing logicYu Watanabe2018-02-211-43/+2
* nspawn: fix indentationYu Watanabe2018-02-211-6/+6
* Add mkdir_errno_wrapper() and use instead of mkdir() in various placesZbigniew Jędrzejewski-Szmek2017-12-161-5/+4
* util-lib: rename path_check_fstype to path_is_fs_typeZbigniew Jędrzejewski-Szmek2017-11-301-1/+1
* Replace empty ternary with helper methodDaniel Lockyer2017-11-241-2/+2
* cgroup-util: move Set* allocation into cg_kernel_controllers()Lennart Poettering2017-11-211-5/+1
* nspawn: minor optimizationLennart Poettering2017-11-211-4/+4
* nspawn-mount: rework get_controllers() a bitLennart Poettering2017-11-211-16/+22
* nspawn: rework mount_systemd_cgroup_writable() a bitLennart Poettering2017-11-211-15/+26
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* nspawn: EROFS for chowning mount points is not fatal (#7122)Lauri Tirkkonen2017-10-241-2/+6
* build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-10-041-2/+2
* nspawn: do not mount /sys/fs/kdbusZbigniew Jędrzejewski-Szmek2017-07-231-3/+0
* nspawn: add nosuid and nodev to /tmp mount (#6004)tomty892017-05-231-1/+1