summaryrefslogtreecommitdiff
path: root/src/nspawn/nspawn-mount.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* nspawn: let's mount /proc/sysrq-trigger read-only by defaultLennart Poettering2016-09-251-13/+15
* namespace: rework how ReadWritePaths= is appliedLennart Poettering2016-09-251-3/+3
* core: use the unified hierarchy for the systemd cgroup controller hierarchyTejun Heo2016-08-171-17/+25
* core: rename cg_unified() to cg_all_unified()Tejun Heo2016-08-151-2/+2
* nspawn: add SYSTEMD_NSPAWN_USE_CGNS env variable (#3809)Christian Brauner2016-07-261-2/+3
* Merge pull request #3589 from brauner/cgroup_namespaceLennart Poettering2016-07-251-16/+172
|\
| * nspawn: handle cgroup namespacesChristian Brauner2016-07-091-16/+172
* | nspawn: when netns is on, mount /proc/sys/net writableLennart Poettering2016-07-201-11/+12
* | nspawn: decrease mkdir error logging in /sys to debug priority (#3748)tblume2016-07-181-1/+1
|/
* prevent systemd-nspawn from trying to create targetBjørnar Ness2016-04-011-11/+12
* cgroup2: use new fstype for unified hierarchyAlban Crequy2016-03-261-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* treewide: apply errno.cocciMichal Schmidt2015-11-091-2/+1
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* user-util: move UID/GID related macros from macro.h to user-util.hLennart Poettering2015-10-271-0/+1
* util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move mount related utility calls to mount-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-1/+2
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-2/+2
* util: split out escaping code into escape.[ch]Lennart Poettering2015-10-241-7/+8
* nspawn: skip /sys-as-tmpfs if we don't use private-networkIago López Galeiras2015-10-201-12/+30
* nspawn: create /sys/fs/cgroup for unified hierarchy as wellMirco Tischler2015-10-091-2/+4
* nspawn: mount /sys as tmpfs, and then mount only select subdirs of the real s...Lennart Poettering2015-09-301-1/+49
* nspawn: fix user namespace supportLennart Poettering2015-09-301-3/+4