summaryrefslogtreecommitdiff
path: root/src/nspawn/nspawn-settings.c
Commit message (Expand)AuthorAgeFilesLines
* hostname-util: flagsify hostname_is_valid(), drop machine_name_is_valid()Lennart Poettering2020-12-151-1/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* nspawn: downgrade log level if the error will be ignoredYu Watanabe2020-09-101-54/+37
* nspawn: let's make LinkJournal an extended booleanLennart Poettering2020-09-021-5/+12
* tree-wide: avoid some loaded termsLennart Poettering2020-06-251-4/+4
* conf-parser: return mtime in config_parse() and friendsLennart Poettering2020-06-021-1/+1
* repart: Add UUID option to config filesTobias Hunger2020-05-251-29/+0
* nspawn: beef up --resolve-conf= modesLennart Poettering2020-04-221-0/+8
* nspawn: allow Capability=all in systemd.nspawn [EXEC] sectionafg2019-11-291-6/+10
* tree-wide: get rid of strappend()Lennart Poettering2019-07-121-1/+1
* Rework cpu affinity parsingZbigniew Jędrzejewski-Szmek2019-05-291-31/+2
* nspawn-oci: fix double freeZbigniew Jędrzejewski-Szmek2019-03-221-3/+2
* nspawn: add support for executing OCI runtime bundles with nspawnLennart Poettering2019-03-151-20/+138
* util: make *_from_name() returns negative errno on errorYu Watanabe2018-11-281-5/+4
* nspawn: do not include '%m' in log message if errno is zeroYu Watanabe2018-10-201-1/+1
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* nspawn: similar to the previous patches, also make /etc/localtime handling mo...Lennart Poettering2018-05-221-0/+14
* nspawn: make --link-journal= configurable through .nspawn files, tooLennart Poettering2018-05-221-0/+57
* nspawn: add greater control over how /etc/resolv.conf is handledLennart Poettering2018-05-221-0/+16
* nspawn: add a new --cpu-affinity= switchLennart Poettering2018-05-171-0/+51
* nspawn: add a new --oom-score-adjust= command line switchLennart Poettering2018-05-171-0/+39
* nspawn: add a new --no-new-privileges= cmdline option to nspawnLennart Poettering2018-05-171-0/+1
* nspawn: make the hostname of the container explicitly configurable with a new...Lennart Poettering2018-05-171-0/+30
* nspawn: add new --rlimit= switch, and always set resource limits explicitly f...Lennart Poettering2018-05-171-0/+2
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-04-051-2/+1
* Replace free and reassignment with free_and_replaceDaniel Lockyer2017-11-241-3/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* conf-parser: turn three bool function params into a flags fieldsLennart Poettering2017-11-131-3/+1
* nspawn: Fix calculation of capabilities for configuration file (#7087)myrkr2017-10-241-1/+1
* nspawn: implement configurable syscall whitelisting/blacklistingLennart Poettering2017-09-121-0/+50
* nspawn: Add support for sysroot pivoting (#5258)Philip Withnall2017-02-081-0/+30
* nspawn: add ability to configure overlay mounts to .nspawn filesLennart Poettering2016-12-011-0/+26
* tree-wide: use mfree moreZbigniew Jędrzejewski-Szmek2016-10-161-3/+1
* nspawn: add new --network-zone= switch for automatically managed bridge devicesLennart Poettering2016-05-091-2/+38
* nspawn: allow configuration of user namespaces in .nspawn filesLennart Poettering2016-04-251-0/+86
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* nspawn: optionally run a stub init process as PID 1Lennart Poettering2016-02-031-1/+92
* nspawn: add new --chdir= switchLennart Poettering2016-02-031-0/+1
* nspawn: add new --network-veth-extra= switch for defining additional veth linksLennart Poettering2015-11-121-9/+30
* process-util: move a couple of process-related calls overLennart Poettering2015-10-271-4/+4
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* nspawn: rework how we determine private networking settingsLennart Poettering2015-10-221-0/+20
* tree-wide: clean up log_syntax() usageLennart Poettering2015-09-301-1/+1
* nspawn: remove nspawn.h, it's empty nowLennart Poettering2015-09-071-1/+0
* nspawn: add new .nspawn files for container settingsLennart Poettering2015-09-061-0/+263