summaryrefslogtreecommitdiff
path: root/src/nspawn/nspawn-mount.c
Commit message (Expand)AuthorAgeFilesLines
* chase-symlinks: Rename chase_symlinks() to chase()Daan De Meyer2023-03-241-8/+8
* chase-symlinks: Remove unused ret_fd argumentsDaan De Meyer2023-03-141-1/+1
* nspawn: disable propagation for selected host API bind mountsLennart Poettering2023-03-031-0/+4
* nspawn: Make sure we create bind mount points as the correct UID/GIDDaan De Meyer2023-01-291-1/+4
* tree-wide: use mode=0nnn for mount optionZbigniew Jędrzejewski-Szmek2022-12-141-8/+8
* nspawn: mount temporary visible procfs and sysfs instanceChristian Brauner2022-12-051-2/+63
* tree-wide: use the term "initrd" at most places we so far used "initramfs"Lennart Poettering2022-09-231-4/+3
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-2/+1
* nspawn: add support for rootidmap bind optionQuentin Deslandes2022-09-051-1/+3
* nspawn: rename RemountIdmapFlags enum to RemountIdmappingQuentin Deslandes2022-09-051-9/+9
* Drop the limit on number of inodes for /devFranck Bui2022-08-191-1/+1
* nspawn: Support relative source paths for --bind and --overlayDaan De Meyer2022-07-121-21/+62
* nspawn: Drop unnecessary intermediate variableDaan De Meyer2022-07-111-4/+3
* strv: declare iterator of FOREACH_STRING() in the loopZbigniew Jędrzejewski-Szmek2022-03-231-2/+2
* strv: make iterator in STRV_FOREACH() declaread in the loopYu Watanabe2022-03-191-4/+0
* nspawn: make sure host root can write to the uidmapped mounts we prepare for ...Lennart Poettering2022-03-171-1/+1
* shared: clean up mkdir.h/label.h situationLennart Poettering2021-11-161-1/+1
* 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
|\