summaryrefslogtreecommitdiff
path: root/src/nspawn/nspawn-settings.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-12tree-wide: get rid of strappend()Lennart Poettering1-1/+1
2019-05-29Rework cpu affinity parsingZbigniew Jędrzejewski-Szmek1-31/+2
2019-03-22nspawn-oci: fix double freeZbigniew Jędrzejewski-Szmek1-3/+2
2019-03-15nspawn: add support for executing OCI runtime bundles with nspawnLennart Poettering1-20/+138
2018-11-28util: make *_from_name() returns negative errno on errorYu Watanabe1-5/+4
2018-10-20nspawn: do not include '%m' in log message if errno is zeroYu Watanabe1-1/+1
2018-06-14tree-wide: remove Lennart's copyright linesLennart Poettering1-3/+0
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering1-2/+0
2018-05-22nspawn: similar to the previous patches, also make /etc/localtime handling mo...Lennart Poettering1-0/+14
2018-05-22nspawn: make --link-journal= configurable through .nspawn files, tooLennart Poettering1-0/+57
2018-05-22nspawn: add greater control over how /etc/resolv.conf is handledLennart Poettering1-0/+16
2018-05-17nspawn: add a new --cpu-affinity= switchLennart Poettering1-0/+51
2018-05-17nspawn: add a new --oom-score-adjust= command line switchLennart Poettering1-0/+39
2018-05-17nspawn: add a new --no-new-privileges= cmdline option to nspawnLennart Poettering1-0/+1
2018-05-17nspawn: make the hostname of the container explicitly configurable with a new...Lennart Poettering1-0/+30
2018-05-17nspawn: add new --rlimit= switch, and always set resource limits explicitly f...Lennart Poettering1-0/+2
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2018-04-05tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe1-2/+1
2017-11-24Replace free and reassignment with free_and_replaceDaniel Lockyer1-3/+1
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2017-11-13conf-parser: turn three bool function params into a flags fieldsLennart Poettering1-3/+1
2017-10-24nspawn: Fix calculation of capabilities for configuration file (#7087)myrkr1-1/+1
2017-09-12nspawn: implement configurable syscall whitelisting/blacklistingLennart Poettering1-0/+50
2017-02-08nspawn: Add support for sysroot pivoting (#5258)Philip Withnall1-0/+30
2016-12-01nspawn: add ability to configure overlay mounts to .nspawn filesLennart Poettering1-0/+26
2016-10-16tree-wide: use mfree moreZbigniew Jędrzejewski-Szmek1-3/+1
2016-05-09nspawn: add new --network-zone= switch for automatically managed bridge devicesLennart Poettering1-2/+38
2016-04-25nspawn: allow configuration of user namespaces in .nspawn filesLennart Poettering1-0/+86
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack1-2/+0
2016-02-03nspawn: optionally run a stub init process as PID 1Lennart Poettering1-1/+92
2016-02-03nspawn: add new --chdir= switchLennart Poettering1-0/+1
2015-11-12nspawn: add new --network-veth-extra= switch for defining additional veth linksLennart Poettering1-9/+30
2015-10-27process-util: move a couple of process-related calls overLennart Poettering1-4/+4
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering1-0/+1
2015-10-22nspawn: rework how we determine private networking settingsLennart Poettering1-0/+20
2015-09-30tree-wide: clean up log_syntax() usageLennart Poettering1-1/+1
2015-09-07nspawn: remove nspawn.h, it's empty nowLennart Poettering1-1/+0
2015-09-06nspawn: add new .nspawn files for container settingsLennart Poettering1-0/+263