summaryrefslogtreecommitdiffstats
path: root/src/nspawn/nspawn-mount.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* nspawn: mount /var/ after remount_idmap() when --volatile=stateYu Watanabe2024-09-061-4/+31
* nspawn: make nspawn work without privilegesLennart Poettering2024-04-061-24/+46
* extract-word: modernize extract_many_wordsMike Yuan2024-03-031-1/+1
* nspawn: add support for owneridmap bind optionBenjamin Franzke2024-02-151-1/+8
* mountpoint-util: introduce path_is_mount_point_fullMike Yuan2024-02-061-1/+1
* tree-wide: add short comments for namespace_open() and namespace_enter()Yu Watanabe2024-01-191-3/+16
* nspawn: make sure idmapped logic works if DDI contains only /usr/ treeLennart Poettering2023-11-011-1/+1
* tree-wide: fix typoYu Watanabe2023-10-041-1/+1
* label: Rename to label-util.hDaan De Meyer2023-05-301-1/+1
* nspawn: make the error message less confusingFrantisek Sumsal2023-05-181-2/+2
* 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