summaryrefslogtreecommitdiff
path: root/src/nspawn/nspawn-mount.h
Commit message (Expand)AuthorAgeFilesLines
* nspawn: mount temporary visible procfs and sysfs instanceChristian Brauner2022-12-051-0/+2
* nspawn: add filesystem id mapping support to --bind and --bind-roAndreas Valder2021-10-281-1/+1
* tree-wide: use -EINVAL for enum invalid valuesZbigniew Jędrzejewski-Szmek2021-02-101-1/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* mount-util: switch most mount_verbose() code over to not follow symlinksLennart Poettering2020-09-231-0/+1
* nspawn: rework how /run/host/ is set upLennart Poettering2020-07-231-0/+1
* nspawn: implement container host os-release interfaceLuca Boccassi2020-06-231-0/+1
* nspawn: be more careful with creating/chowning directories to overmountLennart Poettering2020-04-281-0/+1
* nspawn: Don't mount read-only if we have a custom mount on root.Daan De Meyer2020-01-031-0/+1
* nspawn-mount: Remove unused parametersDaan De Meyer2019-12-121-2/+2
* nspawn: Enable specifying root as the mount target directory.Daan De Meyer2019-12-121-1/+3
* nspawn: add support for executing OCI runtime bundles with nspawnLennart Poettering2019-03-151-3/+8
* nspawn: add volatile mode multiplexer call setup_volatile_mode()Lennart Poettering2019-03-011-2/+1
* nspawn: optionally don't mount a tmpfs over /tmp (#10294)Lennart Poettering2018-10-081-0/+1
* nspawn: Move cgroup mount stuff from nspawn-mount.c to nspawn-cgroup.cLuke Shumaker2018-07-201-3/+2
* nspawn: Simplify tmpfs_patch_options() usage, and trickle that upLuke Shumaker2018-07-201-1/+1
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-4/+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-6/+6
* nspawn: lock down a few things in /proc by defaultLennart Poettering2018-05-031-6/+7
* nspawn: size_t more stuffLennart Poettering2018-05-031-7/+7
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* nspawn: Add support for sysroot pivoting (#5258)Philip Withnall2017-02-081-0/+3
* nspawn: split out VolatileMode definitionsLennart Poettering2016-12-201-10/+1
* nspawn: optionally, automatically allocated --bind=/--overlay source from /va...Lennart Poettering2016-12-011-0/+1
* nspawn: permit prefixing of source paths in --bind= and --overlay= with "+"Lennart Poettering2016-12-011-3/+1
* nspawn: split out overlayfs argument parsing into a function of its ownLennart Poettering2016-12-011-0/+2
* nspawn: R/W support for /sys, and /proc/sysSergiusz Urbaniak2016-11-181-2/+11
* core: use the unified hierarchy for the systemd cgroup controller hierarchyTejun Heo2016-08-171-2/+4
* nspawn: add SYSTEMD_NSPAWN_USE_CGNS env variable (#3809)Christian Brauner2016-07-261-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* nspawn: skip /sys-as-tmpfs if we don't use private-networkIago López Galeiras2015-10-201-1/+1
* nspawn: mount /sys as tmpfs, and then mount only select subdirs of the real s...Lennart Poettering2015-09-301-0/+1
* nspawn: fix user namespace supportLennart Poettering2015-09-301-1/+1
* nspawn: split out mount related functions into a new nspawn-mount.c fileLennart Poettering2015-09-071-0/+70