summaryrefslogtreecommitdiff
path: root/src/nspawn/nspawn-mount.c
Commit message (Expand)AuthorAgeFilesLines
* nspawn: make sure to chown() implicit source dirs for --bind= to container ro...Lennart Poettering2021-10-291-0/+5
* nspawn: add filesystem id mapping support to --bind and --bind-roAndreas Valder2021-10-281-4/+18
* basic: spit out chase_symlinks() from fs-util.[ch] → chase-symlinks.[ch]Lennart Poettering2021-10-051-0/+1
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-031-1/+1
* nspawn: replace strextend_with_separator() -> strextendf_with_separator()Yu Watanabe2021-06-211-1/+1
* nspawn: use strextendf_with_separator()Yu Watanabe2021-05-201-25/+14
* nspawn: minor modernizationZbigniew Jędrzejewski-Szmek2021-01-151-28/+9
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* mount-util: rework umount_verbose() to take log level and flags argLennart Poettering2020-09-231-5/+6
* mount-util: switch most mount_verbose() code over to not follow symlinksLennart Poettering2020-09-231-32/+36
* Rename strv_split_extract() to strv_split_full()Zbigniew Jędrzejewski-Szmek2020-09-091-1/+1
* pid1: stop limiting size of /dev/shmZbigniew Jędrzejewski-Szmek2020-07-301-2/+2
* nspawn: rework how /run/host/ is set upLennart Poettering2020-07-231-31/+35
* nspawn: mount os-release in two steps to make it read-onlyLuca Boccassi2020-07-161-3/+7
* nspawn: use access/F_OK instead of stat to check for file existenceLuca Boccassi2020-07-161-2/+1
* nspawn: implement container host os-release interfaceLuca Boccassi2020-06-231-11/+39
* nspawn: use mkdir_p_safe instead of homegrown versionLuca Boccassi2020-06-231-54/+2
* nspawn: mkdir selinux mount point once, but not twiceLennart Poettering2020-06-231-2/+2
* inaccessible: move inaccessible file nodes to /systemd/ subdir in runtime dir...Lennart Poettering2020-06-091-1/+1
* tree-wide: add size limits for tmpfs mountsTopi Miettinen2020-05-131-12/+12
* nspawn: be more careful with creating/chowning directories to overmountLennart Poettering2020-04-281-19/+21
* nspawn: voidify umount_verbose()Yu Watanabe2020-01-311-1/+1
* nspawn: Don't mount read-only if we have a custom mount on root.Daan De Meyer2020-01-031-0/+13
* core: create inaccessible nodes for users when making runtime dirsAnita Zhang2019-12-181-3/+4
* nspawn: fix overlay with automatic temporary treeLennart Poettering2019-12-131-17/+41
* nspawn-mount: Use FLAGS_SET to check flags.Daan De Meyer2019-12-121-14/+14
* nspawn-mount: Remove unused parametersDaan De Meyer2019-12-121-23/+10
* nspawn: Enable specifying root as the mount target directory.Daan De Meyer2019-12-121-9/+8
* basic/fs-util: change CHASE_OPEN flag into a separate output parameterZbigniew Jędrzejewski-Szmek2019-10-241-6/+6
* tree-wide: various code-formatting improvementsFrantisek Sumsal2019-09-221-2/+3
* nspawn: print an explanatory error when people try to use --volatile=yes on d...Lennart Poettering2019-07-291-3/+22
* Revert "nspawn: remove unnecessary mount option parsing logic"Iago López Galeiras2019-07-241-2/+43
* Merge pull request #12836 from yuwata/tree-wide-replace-strjoinLennart Poettering2019-06-221-1/+1
|\
| * tree-wide: replace strjoin() with path_join()Yu Watanabe2019-06-211-1/+1
* | 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