summaryrefslogtreecommitdiff
path: root/src/nspawn
Commit message (Expand)AuthorAgeFilesLines
...
* util-lib: when copying files make sure to apply some chattrs early, some lateLennart Poettering2019-03-281-3/+3
* headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2019-03-276-0/+6
* Merge pull request #12106 from poettering/nosuidnsZbigniew Jędrzejewski-Szmek2019-03-262-4/+4
|\
| * mount-util: beef up bind_remount_recursive() to be able to toggle more than M...Lennart Poettering2019-03-252-4/+4
* | Merge pull request #12105 from poettering/api-vfs-mount-flagsZbigniew Jędrzejewski-Szmek2019-03-261-2/+3
|\ \
| * | nspawn: mount mqueue with nodev,noexec,nosuid, tooLennart Poettering2019-03-251-2/+3
| |/
* | nspawn: minor improvements to --help textLennart Poettering2019-03-261-2/+3
|/
* Merge pull request #12079 from keszybz/fuzz-nspawn-ociLennart Poettering2019-03-224-56/+36
|\
| * nspawn-oci: fix double freeZbigniew Jędrzejewski-Szmek2019-03-223-6/+5
| * nspawn-oci: mount source is optionalZbigniew Jędrzejewski-Szmek2019-03-221-1/+1
| * nspawn-oci: use _cleanup_ in one more placeZbigniew Jędrzejewski-Szmek2019-03-221-49/+30
* | nspawn: don't free "fds" twiceLennart Poettering2019-03-221-1/+1
* | Merge pull request #12055 from poettering/save-argc-argvZbigniew Jędrzejewski-Szmek2019-03-221-4/+0
|\ \ | |/ |/|
| * main-func: implicitly save argc/argv in DEFINE_MAIN_FUNCTION() functionsLennart Poettering2019-03-211-3/+0
| * util: introduce save_argc_argv() helperLennart Poettering2019-03-211-2/+1
* | nspawn: conditionalize libseccomp useLennart Poettering2019-03-221-3/+11
|/
* Merge pull request #12062 from poettering/nspawn-main-funcLennart Poettering2019-03-211-51/+58
|\
| * nspawn: voidify sd_notify() callsLennart Poettering2019-03-211-8/+8
| * nspawn: port to static destructorsLennart Poettering2019-03-211-32/+33
| * nspawn: port to main-func.h logicLennart Poettering2019-03-211-11/+17
* | nspawn: add --no-pager switchZbigniew Jędrzejewski-Szmek2019-03-211-1/+9
|/
* Merge pull request #12059 from poettering/nspawn-typosZbigniew Jędrzejewski-Szmek2019-03-212-29/+44
|\
| * nspawn: add a few missing flags from --help textLennart Poettering2019-03-211-1/+3
| * nspawn: reorder --help text, and add sectionLennart Poettering2019-03-211-29/+40
| * mount: when we fail to establish an inaccessible mount gracefully, undo the m...Lennart Poettering2019-03-211-1/+3
* | Merge pull request #12058 from keszybz/oci-simplificationsLennart Poettering2019-03-211-278/+205
|\ \ | |/ |/|
| * util-lib: get rid of a helper variableZbigniew Jędrzejewski-Szmek2019-03-211-3/+2
| * nspawn-oci: add helper function for free_and_strdup with oom checkZbigniew Jędrzejewski-Szmek2019-03-211-10/+2
| * nspawn-oci: use SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek2019-03-211-265/+201
* | Merge pull request #9762 from poettering/nspawn-ociZbigniew Jędrzejewski-Szmek2019-03-2114-194/+3281
|\ \ | |/
| * nspawn: mask out CAP_NET_ADMIN again if settings file turns off private netwo...Lennart Poettering2019-03-151-4/+10
| * nspawn: use right constant for shifting for uint64_t capsLennart Poettering2019-03-151-2/+2
| * nspawn: add support for executing OCI runtime bundles with nspawnLennart Poettering2019-03-1511-171/+3233
| * nspawn: (void)ify more stuffLennart Poettering2019-03-151-1/+1
| * nspawn: refactor setuid code a bitLennart Poettering2019-03-152-17/+36
* | tree-wide: fix false search hits with ppp (typos)Topi Miettinen2019-03-181-1/+1
* | Merge pull request #12016 from yuwata/fix-two-memleaks-found-by-oss-fuzzLennart Poettering2019-03-151-1/+1
|\ \
| * | nspawn: fix memleakYu Watanabe2019-03-151-1/+1
| |/
* | Handle or voidify all calls to close_all_fds()Zbigniew Jędrzejewski-Szmek2019-03-152-2/+2
|/
* util: split out nulstr related stuff to nulstr-util.[ch]Lennart Poettering2019-03-141-0/+1
* shared: split out code to wait for jobs to complet into its own source fileLennart Poettering2019-03-131-0/+1
* util: split out sorting related calls to new sort-util.[ch]Lennart Poettering2019-03-131-1/+1
* util: split out namespace related stuff into a new namespace-util.[ch] pairLennart Poettering2019-03-131-0/+1
* nspawn: fix memleak uncovered by fuzzerZbigniew Jędrzejewski-Szmek2019-03-111-6/+4
* nspawn: move payload to sub-cgroup first, then sync cgroup treesLennart Poettering2019-03-071-2/+2
* copy: don't synthesize a 'user.crtime_usec' xattr on copy unless explicitly r...Lennart Poettering2019-03-011-1/+1
* nspawn: rework how arg_read_only is initialized in --volatile= modeLennart Poettering2019-03-011-4/+10
* nspawn: refactor how we determine whether it's OK to write to /etcLennart Poettering2019-03-011-6/+10
* nspawn: no need to make top-level directory a bind mount if we just dissected...Lennart Poettering2019-03-011-4/+6
* nspawn: slightly reorder mount logicLennart Poettering2019-03-011-22/+22