summaryrefslogtreecommitdiff
path: root/src/nspawn/nspawn-settings.h
Commit message (Expand)AuthorAgeFilesLines
* nspawn: container network interface namingThierry Martin2023-04-121-0/+3
* conf-parser: introduce config_parse_dns_name() and config_parse_hostname()Yu Watanabe2022-03-101-1/+0
* nspawn: use three boolean fields from settings file when actually setLennart Poettering2021-11-091-3/+3
* nspawn: add helper settings_network_configured()Lennart Poettering2021-11-091-0/+2
* nspawn: add --suppress-sync=yes mode for turning sync() and friends into NOPs...Lennart Poettering2021-10-201-3/+5
* nspawn: add new --bind-user= option for binding a host user into the containerLennart Poettering2021-05-191-3/+6
* nspawn: introduce --private-users-ownership=map|autoLennart Poettering2021-05-071-0/+2
* nspawn: replace boolean --private-user-chown by enumLennart Poettering2021-05-071-1/+13
* nspawn: fix the sections .nspawn settings are placed inLennart Poettering2021-05-071-2/+2
* tree-wide: use -EINVAL for enum invalid valuesZbigniew Jędrzejewski-Szmek2021-02-101-6/+6
* systemd-nspawn: Allow setting ambient capability setTorsten Hilbrich2020-12-071-0/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* nspawn: add --set-credential= and --load-credential=Lennart Poettering2020-08-251-3/+4
* tree-wide: avoid some loaded termsLennart Poettering2020-06-251-2/+2
* repart: Add UUID option to config filesTobias Hunger2020-05-251-1/+0
* nspawn: beef up --resolve-conf= modesLennart Poettering2020-04-221-2/+10
* Rework cpu affinity parsingZbigniew Jędrzejewski-Szmek2019-05-291-2/+2
* headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2019-03-271-0/+1
* nspawn-oci: fix double freeZbigniew Jędrzejewski-Szmek2019-03-221-1/+1
* nspawn: add support for executing OCI runtime bundles with nspawnLennart Poettering2019-03-151-3/+68
* tree-wide: drop missing.h from headers and use relevant missing_*.hYu Watanabe2018-12-061-1/+1
* util: drop missing.h from util.hYu Watanabe2018-12-041-0/+1
* add ephemeral to nspawn-settings.Jiuyang liu2018-10-241-3/+5
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-4/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* nspawn: let's rename _FORCE_ENUM_WIDTH → _SETTING_FORCE_ENUM_WIDTHLennart Poettering2018-05-221-1/+1
* nspawn: similar to the previous patches, also make /etc/localtime handling mo...Lennart Poettering2018-05-221-3/+20
* nspawn: make --link-journal= configurable through .nspawn files, tooLennart Poettering2018-05-221-3/+18
* nspawn: add greater control over how /etc/resolv.conf is handledLennart Poettering2018-05-221-3/+21
* Merge pull request #9062 from poettering/parse-conf-macroLennart Poettering2018-05-221-17/+18
|\
| * tree-wide: port over all code to the new CONFIG_PARSER_PROTOTYPE() macroLennart Poettering2018-05-221-17/+18
* | systemd-nspawn: make SettingsMask 64 bit wideZbigniew Jędrzejewski-Szmek2018-05-221-1/+11
|/
* nspawn: add a new --cpu-affinity= switchLennart Poettering2018-05-171-3/+8
* nspawn: add a new --oom-score-adjust= command line switchLennart Poettering2018-05-171-3/+7
* nspawn: add a new --no-new-privileges= cmdline option to nspawnLennart Poettering2018-05-171-3/+5
* nspawn: make the hostname of the container explicitly configurable with a new...Lennart Poettering2018-05-171-3/+6
* nspawn: add new --rlimit= switch, and always set resource limits explicitly f...Lennart Poettering2018-05-171-18/+21
* nspawn: size_t more stuffLennart Poettering2018-05-031-1/+1
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* log: minimize includes in log.hLennart Poettering2018-01-111-0/+2
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* nspawn: implement configurable syscall whitelisting/blacklistingLennart Poettering2017-09-121-1/+5
* nspawn: Add support for sysroot pivoting (#5258)Philip Withnall2017-02-081-1/+5
* build-sys: add check for gperf lookup function signature (#5055)Mike Gilbert2017-01-101-1/+1
* nspawn: add ability to configure overlay mounts to .nspawn filesLennart Poettering2016-12-011-0/+1
* nspawn: introduce --notify-ready=[no|yes] (#3474)Alessandro Puccetti2016-06-101-1/+3
* nspawn: add new --network-zone= switch for automatically managed bridge devicesLennart Poettering2016-05-091-0/+2
* nspawn: allow configuration of user namespaces in .nspawn filesLennart Poettering2016-04-251-1/+14
* 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-14/+24