summaryrefslogtreecommitdiff
path: root/src/nspawn
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: drop duplicated blank linesYu Watanabe2019-07-151-1/+0
* tree-wide: get rid of strappend()Lennart Poettering2019-07-123-4/+4
* nspawn: fix abort when we cannot execveZbigniew Jędrzejewski-Szmek2019-07-091-1/+1
* tree-wide: replace strjoin() with path_join()Yu Watanabe2019-06-241-1/+1
* Merge pull request #12836 from yuwata/tree-wide-replace-strjoinLennart Poettering2019-06-222-4/+4
|\
| * tree-wide: replace strjoin() with path_join()Yu Watanabe2019-06-212-4/+4
* | path-util: get rid of prefix_root()Lennart Poettering2019-06-213-12/+18
* | nspawn: don't hard fail when setting capabilitiesAnita Zhang2019-06-201-1/+12
|/
* nspawn: make use of openpt_allocate()Franck Bui2019-06-181-10/+2
* nspawn: allocate the pty used for /dev/console within the containerFranck Bui2019-06-181-88/+106
* nspawn: use correct error variable when logging errors returned by send_one_fd()Franck Bui2019-06-181-1/+1
* Merge pull request #12628 from keszybz/dbus-executeMichal Sekletar2019-05-304-64/+27
|\
| * Rework cpu affinity parsingZbigniew Jędrzejewski-Szmek2019-05-294-64/+27
* | nspawn: also support ifindex when specifying network interfaceYu Watanabe2019-05-301-10/+10
* | Merge pull request #12390 from poettering/string-file-mkdirZbigniew Jędrzejewski-Szmek2019-05-281-2/+1
|\ \
| * | tree-wide: make use of the new WRITE_STRING_FILE_MKDIR_0755 flagLennart Poettering2019-05-081-2/+1
| |/
* | nspawn: expose the new seccomp actions in the OCI logicLennart Poettering2019-05-241-5/+11
|/
* meson: make source files including nspawn-settings.h depend on libseccompFranck Bui2019-04-301-1/+1
* codespell: fix spelling errorsBen Boeckel2019-04-294-5/+6
* nspawn-expose-ports: fix a typo in error messageBen Boeckel2019-04-261-1/+1
* nspawn: Fix volatile SELinux labelDominick Grift2019-04-131-1/+1
* json: simplify JSON_VARIANT_OBJECT_FOREACH() macro a bitLennart Poettering2019-04-121-13/+11
* seccomp: check more error codes from seccomp_load()Anita Zhang2019-04-122-3/+3
* nspawn: create boot_id and kmsg files for overmounting in /run, not /tmpLennart Poettering2019-04-071-8/+5
* tree-wide: use SYNTHETIC_ERRNO() where appropriateLennart Poettering2019-04-021-59/+31
* 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