summaryrefslogtreecommitdiff
path: root/src/nspawn
AgeCommit message (Expand)AuthorFilesLines
2020-02-26Revert "nspawn: do not mount /sys/fs/kdbus"sandbox/adrians/upgrade-to-235Adrian Szyndela1-0/+3
2017-10-05seccomp: add three more seccomp groupsLennart Poettering1-20/+3
2017-10-05seccomp: include prlimit64 and ugetrlimit in @defaultLennart Poettering1-1/+0
2017-10-04build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek4-12/+12
2017-10-03seccomp: remove '@credentials' syscall set (#6958)Djalal Harouni1-1/+1
2017-10-02nspawn: properly report all kinds of changed UID/GID when patching things for...Lennart Poettering1-0/+2
2017-10-02tree-wide: use IN_SET where possibleAndreas Rammhold1-3/+2
2017-09-22nspawn: set up a new session keyring for the container processLennart Poettering1-0/+25
2017-09-14nspawn: replace syscall blacklist by a whitelistLennart Poettering1-37/+156
2017-09-12nspawn: implement configurable syscall whitelisting/blacklistingLennart Poettering6-9/+127
2017-09-11nspawn: replace homegrown seccomp filter table largely with references to the...Lennart Poettering1-54/+6
2017-09-11nspawn: part over seccomp code to use seccomp_add_syscall_filter_item()Lennart Poettering1-67/+65
2017-09-08util-lib: wrap personality() to fix up broken glibc error handling (#6766)Lennart Poettering1-4/+6
2017-07-23nspawn: do not mount /sys/fs/kdbusZbigniew Jędrzejewski-Szmek1-3/+0
2017-07-20nspawn: downgrade warning when we get sd_notify() message from unexpected pro...Lennart Poettering1-1/+1
2017-07-18build-sys: drop gitignore patterns for in-tree buildsZbigniew Jędrzejewski-Szmek1-1/+0
2017-07-18build-sys: drop automake supportZbigniew Jędrzejewski-Szmek1-1/+0
2017-07-03Merge pull request #6257 from keszybz/unnecessary-job-logLennart Poettering1-1/+1
2017-07-03nspawn: wait for the scope to be created (#6261)Zbigniew Jędrzejewski-Szmek1-2/+16
2017-07-02Be slightly more verbose in error messageZbigniew Jędrzejewski-Szmek1-1/+1
2017-06-28nspawn: register a scope for the unit if --register=no is specified (#6166)Lennart Poettering3-60/+182
2017-06-22nspawn: make sure to send SIGTERM/SIGHUP to the main nspawn process if stubin...Lennart Poettering1-1/+10
2017-05-23nspawn: add nosuid and nodev to /tmp mount (#6004)tomty891-1/+1
2017-05-22Merge pull request #5958 from keszybz/explicit-log-errnoLennart Poettering1-1/+1
2017-05-19Fix includes (#5980)Matija Skala2-1/+2
2017-05-13tree-wide: fix incorrect uses of %mZbigniew Jędrzejewski-Szmek1-1/+1
2017-05-07tree-wide: use SET_FLAG in more places (#5892)Zbigniew Jędrzejewski-Szmek1-5/+3
2017-04-29Merge pull request #5801 from keszybz/help-errorLennart Poettering1-4/+4
2017-04-25nspawn: check cgroups after parsing optionsZbigniew Jędrzejewski-Szmek1-4/+4
2017-04-23meson: reindent all files with 8 spacesZbigniew Jędrzejewski-Szmek1-34/+32
2017-04-23meson: define testsZbigniew Jędrzejewski-Szmek1-0/+9
2017-04-23meson: build systemd using mesonZbigniew Jędrzejewski-Szmek1-0/+33
2017-04-17Merge pull request #5708 from vcatechnology/arm-cross-compileLennart Poettering1-1/+1
2017-04-06build-sys: correct blkid.h includesMatt Clarkson1-1/+1
2017-03-31nspawn: check if the DNS stub is listening for requestsDavid Michael1-4/+19
2017-02-24Merge pull request #5444 from poettering/cgroups-revert-no-errorZbigniew Jędrzejewski-Szmek3-8/+23
2017-02-24Fix missing space in comments (#5439)AsciiWolf2-3/+3
2017-02-24cgroup: rename cg_unified() → cg_unified_controller()Lennart Poettering2-3/+3
2017-02-24cgroup: change cg_unified() to possibly return errors againLennart Poettering3-8/+23
2017-02-20core: make hybrid cgroup unified mode keep compat /sys/fs/cgroup/systemd hier...Tejun Heo2-32/+51
2017-02-18core: simplify cg_[all_]unified()Tejun Heo3-25/+14
2017-02-18nspawn: fix cgroup mode detectionTejun Heo1-8/+5
2017-02-18Merge pull request #5369 from poettering/nspawn-resolvedZbigniew Jędrzejewski-Szmek1-2/+17
2017-02-17nspawn: tweak check whether resolved is around a bitLennart Poettering1-2/+17
2017-02-17copy: change the various copy_xyz() calls to take a unified flags parameterLennart Poettering1-3/+3
2017-02-08Merge pull request #4962 from poettering/root-directory-2Zbigniew Jędrzejewski-Szmek1-50/+7
2017-02-08nspawn: Add support for sysroot pivoting (#5258)Philip Withnall6-1/+181
2017-02-07core,nspawn,dissect: make nspawn's .roothash file search reusableLennart Poettering1-50/+7
2017-02-02nspawn: shown exec() command is misleadingLennart Poettering1-6/+7
2017-02-02fs-util: unify code we use to check if dirent's d_name is "." or ".."Lennart Poettering1-1/+1