summaryrefslogtreecommitdiff
path: root/src/nspawn
Commit message (Expand)AuthorAgeFilesLines
* Add license headers and SPDX identifiers to meson.build filesZbigniew Jędrzejewski-Szmek2017-11-191-0/+17
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-1922-2/+24
* nspawn: make recursive chown()ing logic safe for being aborted in the middleLennart Poettering2017-11-174-63/+121
* nspawn: add missing #pragma once to header fileLennart Poettering2017-11-171-0/+2
* Merge pull request #6866 from sourcejedi/set-linger2Lennart Poettering2017-11-151-0/+2
|\
| * nspawn: comment to acknowledge lying about "user session"Alan Jenkins2017-10-181-0/+2
* | conf-parser: turn three bool function params into a flags fieldsLennart Poettering2017-11-131-3/+1
* | dissect: when we invoke dissection on a loop device with partscan help the userLennart Poettering2017-10-261-0/+4
* | machine-image: add partial discovery of block devices as imagesLennart Poettering2017-10-261-1/+1
* | nspawn: EROFS for chowning mount points is not fatal (#7122)Lauri Tirkkonen2017-10-241-2/+6
* | nspawn: Fix calculation of capabilities for configuration file (#7087)myrkr2017-10-241-1/+1
|/
* mkdir: introduce follow_symlink flag to mkdir_safe{,_label}()Yu Watanabe2017-10-061-1/+1
* seccomp: add three more seccomp groupsLennart Poettering2017-10-051-20/+3
* seccomp: include prlimit64 and ugetrlimit in @defaultLennart Poettering2017-10-051-1/+0
* build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-10-044-12/+12
* seccomp: remove '@credentials' syscall set (#6958)Djalal Harouni2017-10-031-1/+1
* nspawn: properly report all kinds of changed UID/GID when patching things for...Lennart Poettering2017-10-021-0/+2
* tree-wide: use IN_SET where possibleAndreas Rammhold2017-10-021-3/+2
* nspawn: set up a new session keyring for the container processLennart Poettering2017-09-221-0/+25
* nspawn: replace syscall blacklist by a whitelistLennart Poettering2017-09-141-37/+156
* nspawn: implement configurable syscall whitelisting/blacklistingLennart Poettering2017-09-126-9/+127
* nspawn: replace homegrown seccomp filter table largely with references to the...Lennart Poettering2017-09-111-54/+6
* nspawn: part over seccomp code to use seccomp_add_syscall_filter_item()Lennart Poettering2017-09-111-67/+65
* util-lib: wrap personality() to fix up broken glibc error handling (#6766)Lennart Poettering2017-09-081-4/+6
* nspawn: do not mount /sys/fs/kdbusZbigniew Jędrzejewski-Szmek2017-07-231-3/+0
* nspawn: downgrade warning when we get sd_notify() message from unexpected pro...Lennart Poettering2017-07-201-1/+1
* build-sys: drop gitignore patterns for in-tree buildsZbigniew Jędrzejewski-Szmek2017-07-181-1/+0
* build-sys: drop automake supportZbigniew Jędrzejewski-Szmek2017-07-181-1/+0
* Merge pull request #6257 from keszybz/unnecessary-job-logLennart Poettering2017-07-031-1/+1
|\
| * Be slightly more verbose in error messageZbigniew Jędrzejewski-Szmek2017-07-021-1/+1
* | nspawn: wait for the scope to be created (#6261)Zbigniew Jędrzejewski-Szmek2017-07-031-2/+16
|/
* nspawn: register a scope for the unit if --register=no is specified (#6166)Lennart Poettering2017-06-283-60/+182
* nspawn: make sure to send SIGTERM/SIGHUP to the main nspawn process if stubin...Lennart Poettering2017-06-221-1/+10
* nspawn: add nosuid and nodev to /tmp mount (#6004)tomty892017-05-231-1/+1
* Merge pull request #5958 from keszybz/explicit-log-errnoLennart Poettering2017-05-221-1/+1
|\
| * tree-wide: fix incorrect uses of %mZbigniew Jędrzejewski-Szmek2017-05-131-1/+1
* | Fix includes (#5980)Matija Skala2017-05-192-1/+2
|/
* tree-wide: use SET_FLAG in more places (#5892)Zbigniew Jędrzejewski-Szmek2017-05-071-5/+3
* Merge pull request #5801 from keszybz/help-errorLennart Poettering2017-04-291-4/+4
|\
| * nspawn: check cgroups after parsing optionsZbigniew Jędrzejewski-Szmek2017-04-251-4/+4
* | meson: reindent all files with 8 spacesZbigniew Jędrzejewski-Szmek2017-04-231-34/+32
* | meson: define testsZbigniew Jędrzejewski-Szmek2017-04-231-0/+9
* | meson: build systemd using mesonZbigniew Jędrzejewski-Szmek2017-04-231-0/+33
|/
* Merge pull request #5708 from vcatechnology/arm-cross-compileLennart Poettering2017-04-171-1/+1
|\
| * build-sys: correct blkid.h includesMatt Clarkson2017-04-061-1/+1
* | nspawn: check if the DNS stub is listening for requestsDavid Michael2017-03-311-4/+19
|/
* Merge pull request #5444 from poettering/cgroups-revert-no-errorZbigniew Jędrzejewski-Szmek2017-02-243-8/+23
|\
| * cgroup: rename cg_unified() → cg_unified_controller()Lennart Poettering2017-02-242-3/+3
| * cgroup: change cg_unified() to possibly return errors againLennart Poettering2017-02-243-8/+23
* | Fix missing space in comments (#5439)AsciiWolf2017-02-242-3/+3
|/