summaryrefslogtreecommitdiff
path: root/src/nspawn/nspawn.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-28nspawn: highlight description string in --help textLennart Poettering1-2/+4
2019-11-22nspawn: dump capability list with --capabilities=helpZbigniew Jędrzejewski-Szmek1-28/+48
2019-11-15nspawn: Allow Capability= to overrule private network settingTorsten Hilbrich1-2/+5
2019-11-13nspawn: do not emit any warning when $UNIFIED_CGROUP_HIERARCHY is usedZbigniew Jędrzejewski-Szmek1-6/+1
2019-11-04tree-wide: drop stdio.h when stdio-util.h is includedYu Watanabe1-1/+0
2019-11-04tree-wide: drop signal.h when signal-util.h is includedYu Watanabe1-1/+0
2019-11-04tree-wide: drop blkid.h when blkid-util.h is includedYu Watanabe1-1/+0
2019-11-04tree-wide: drop pwd.h and grp.h when user-util.h is includedYu Watanabe1-2/+0
2019-11-04tree-wide: drop sched.h when missing_sched.h is includedYu Watanabe1-1/+0
2019-11-04tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe1-1/+0
2019-11-03nspawn: respect quiet on capabilities warningJustin Trudell1-1/+2
2019-11-03nspawn: mangle slice nameLennart Poettering1-2/+7
2019-10-31tree-wide: drop missing.hYu Watanabe1-1/+1
2019-10-30Merge pull request #13866 from keszybz/nspawn-restartsLennart Poettering1-6/+6
2019-10-29nspawn: when stopping the machine, just deregister the machineZbigniew Jędrzejewski-Szmek1-6/+6
2019-10-24basic/fs-util: change CHASE_OPEN flag into a separate output parameterZbigniew Jędrzejewski-Szmek1-8/+7
2019-10-23nspawn: fix handling of --console=helpZbigniew Jędrzejewski-Szmek1-19/+30
2019-10-03Merge pull request #13246 from keszybz/add-SystemdOptions-efi-variableZbigniew Jędrzejewski-Szmek1-1/+1
2019-10-01nspawn: rename UNIFIED_CGROUP_HIERARCHY to SYSTEMD_NSPAWN_UNIFIED_HIERARCHYZbigniew Jędrzejewski-Szmek1-4/+16
2019-10-01nspawn: consistenly fail if parsing the environment failsZbigniew Jędrzejewski-Szmek1-30/+39
2019-10-01nspawn: default to unified hierarchy if --as-pid2 is usedZbigniew Jędrzejewski-Szmek1-2/+21
2019-09-16basic/cgroup-util: let cgroup_unified_flush() return the detected hierarchyZbigniew Jędrzejewski-Szmek1-1/+1
2019-07-29nspawn: when operating on the host image, let's move the root to a different ...Lennart Poettering1-2/+18
2019-07-29nspawn: always take exclusive locks of ephemeral OS tree copiesLennart Poettering1-2/+5
2019-07-29nspawn: don't look for .nspawn file above the top-level directory, it makes n...Lennart Poettering1-1/+1
2019-07-29nspawn: allow --volatile=yes instances of -D /Lennart Poettering1-2/+6
2019-07-17Merge pull request #13092 from keszybz/coverity-fixesLennart Poettering1-1/+1
2019-07-17nspawn: fix memleak in argument parsingZbigniew Jędrzejewski-Szmek1-1/+1
2019-07-17nspawn: make use of SIGINT handling when copying filesLennart Poettering1-27/+43
2019-07-12tree-wide: get rid of strappend()Lennart Poettering1-1/+1
2019-07-09nspawn: fix abort when we cannot execveZbigniew Jędrzejewski-Szmek1-1/+1
2019-06-24tree-wide: replace strjoin() with path_join()Yu Watanabe1-1/+1
2019-06-22Merge pull request #12836 from yuwata/tree-wide-replace-strjoinLennart Poettering1-3/+3
2019-06-21path-util: get rid of prefix_root()Lennart Poettering1-4/+4
2019-06-20nspawn: don't hard fail when setting capabilitiesAnita Zhang1-1/+12
2019-06-21tree-wide: replace strjoin() with path_join()Yu Watanabe1-3/+3
2019-06-18nspawn: make use of openpt_allocate()Franck Bui1-10/+2
2019-06-18nspawn: allocate the pty used for /dev/console within the containerFranck Bui1-88/+106
2019-06-18nspawn: use correct error variable when logging errors returned by send_one_fd()Franck Bui1-1/+1
2019-05-29Rework cpu affinity parsingZbigniew Jędrzejewski-Szmek1-17/+12
2019-04-29codespell: fix spelling errorsBen Boeckel1-3/+3
2019-04-13nspawn: Fix volatile SELinux labelDominick Grift1-1/+1
2019-04-12seccomp: check more error codes from seccomp_load()Anita Zhang1-1/+1
2019-04-07nspawn: create boot_id and kmsg files for overmounting in /run, not /tmpLennart Poettering1-8/+5
2019-04-02tree-wide: use SYNTHETIC_ERRNO() where appropriateLennart Poettering1-59/+31
2019-03-28util-lib: when copying files make sure to apply some chattrs early, some lateLennart Poettering1-3/+3
2019-03-26Merge pull request #12106 from poettering/nosuidnsZbigniew Jędrzejewski-Szmek1-1/+1
2019-03-26nspawn: minor improvements to --help textLennart Poettering1-2/+3
2019-03-25mount-util: beef up bind_remount_recursive() to be able to toggle more than M...Lennart Poettering1-1/+1
2019-03-22Merge pull request #12079 from keszybz/fuzz-nspawn-ociLennart Poettering1-2/+2