summaryrefslogtreecommitdiff
path: root/src/nspawn/nspawn-mount.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #5444 from poettering/cgroups-revert-no-errorZbigniew Jędrzejewski-Szmek2017-02-241-2/+8
|\
| * cgroup: change cg_unified() to possibly return errors againLennart Poettering2017-02-241-2/+8
* | Fix missing space in comments (#5439)AsciiWolf2017-02-241-2/+2
|/
* core: make hybrid cgroup unified mode keep compat /sys/fs/cgroup/systemd hier...Tejun Heo2017-02-201-30/+49
* core: simplify cg_[all_]unified()Tejun Heo2017-02-181-2/+2
* nspawn: Add support for sysroot pivoting (#5258)Philip Withnall2017-02-081-0/+113
* nspawn: split out VolatileMode definitionsLennart Poettering2016-12-201-18/+0
* nspawn: don't hide --bind=/tmp/* mounts (#4824)Evgeny Vereshchagin2016-12-051-1/+1
* util-lib: rename CHASE_NON_EXISTING → CHASE_NONEXISTENTLennart Poettering2016-12-011-4/+4
* nspawn: improve log messagesLennart Poettering2016-12-011-4/+4
* nspawn: optionally, automatically allocated --bind=/--overlay source from /va...Lennart Poettering2016-12-011-6/+39
* nspawn: permit prefixing of source paths in --bind= and --overlay= with "+"Lennart Poettering2016-12-011-44/+122
* nspawn: split out overlayfs argument parsing into a function of its ownLennart Poettering2016-12-011-0/+55
* nspawn: use -ENOMEM instead of log_oom() in one caseLennart Poettering2016-12-011-1/+1
* nspawn: use the new CHASE_NON_EXISTING flag when resolving mount pointsLennart Poettering2016-12-011-19/+23
* fs-util: add flags parameter to chase_symlinks()Lennart Poettering2016-12-011-3/+3
* nspawn: use chase_symlinks() on all paths specified via --tmpfs=, --bind= and...Lennart Poettering2016-12-011-10/+17
* nspawn: coding style: don't mix variable declarations and function callsLennart Poettering2016-12-011-1/+3
* nspawn: use realloc_multiply() where it makes senseLennart Poettering2016-12-011-1/+1
* tree-wide: stop using canonicalize_file_name(), use chase_symlinks() insteadLennart Poettering2016-12-011-12/+28
* nspawn: don't require chown() if userns is not onLennart Poettering2016-11-221-10/+14
* nspawn: R/W support for /sys, and /proc/sysSergiusz Urbaniak2016-11-181-28/+42
* systemd-nspawn: decrease non-fatal mount errors to debug level (#4569)tblume2016-11-071-1/+1
* Merge pull request #4510 from keszybz/tree-wide-cleanupsLennart Poettering2016-11-031-13/+7
|\
| * nspawn: use the return value from asprintf instead of checking the pointerZbigniew Jędrzejewski-Szmek2016-10-231-13/+7
| * tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek2016-10-231-2/+2
* | nspawn: really lchown(uid/gid)Evgeny Vereshchagin2016-10-231-1/+54
|/
* Merge pull request #4351 from keszybz/nspawn-debuggingLennart Poettering2016-10-121-88/+83
|\
| * nspawn,mount-util: add [u]mount_verbose and use it in nspawnZbigniew Jędrzejewski-Szmek2016-10-111-84/+78
| * nspawn: small cleanups in get_controllers()Zbigniew Jędrzejewski-Szmek2016-10-111-3/+4
| * nspawn: simplify arg_us_cgns passingZbigniew Jędrzejewski-Szmek2016-10-111-1/+1
* | nspawn: let's mount(/tmp) inside the user namespace (#4340)Evgeny Vereshchagin2016-10-111-2/+5
|/