summaryrefslogtreecommitdiff
path: root/src/nspawn/nspawn-oci.c
Commit message (Expand)AuthorAgeFilesLines
* nspawn: make sure the device type survives when setting device modeFrantisek Sumsal2023-05-161-1/+1
* nspawn: fix a global-buffer-overflowFrantisek Sumsal2023-05-161-0/+1
* nspawn: fix inverted conditionFrantisek Sumsal2023-05-161-1/+1
* nspawn: call json_dispatch() with a correct pointerFrantisek Sumsal2023-05-161-1/+1
* nspawn: all hooks should be arrays of objects, not just objectsFrantisek Sumsal2023-05-161-3/+3
* nspawn: use the just returned errno in the log messageFrantisek Sumsal2023-05-161-1/+1
* nspawn: disableOOMKiller should be boolean, not intFrantisek Sumsal2023-05-161-7/+7
* nspawn: file system namespace -> mount namespaceFrantisek Sumsal2023-05-151-1/+1
* nspawn: fix a typo in an error messageFrantisek Sumsal2023-05-151-1/+1
* src: fix several typos in log messagesDmitry V. Levin2023-02-151-1/+1
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-103/+35
* sd-device: rename devpath_from_devnum() -> devname_from_devnum()Yu Watanabe2022-09-031-1/+1
* tree-wide: Use correct format specifiersJan Janssen2022-08-301-6/+6
* tree-wide: use devpath_from_devnum() and device_open_from_devnum()Yu Watanabe2022-08-281-1/+2
* basic: split out dev_t related calls into new devno-util.[ch]Lennart Poettering2022-04-131-1/+1
* strv: make iterator in STRV_FOREACH() declaread in the loopYu Watanabe2022-03-191-1/+0
* tree-wide: fix duplicated wordsMichael Biebl2022-03-181-2/+2
* shared/json: use int64_t instead of intmax_tZbigniew Jędrzejewski-Szmek2021-11-181-28/+28
* Typos found by codespellDimitri Papadopoulos2021-10-201-1/+1
* tree-wide: use UINT64_MAX or friendsYu Watanabe2021-03-051-19/+19
* json: rename json_dispatch_{integer,unsigned} -> json_dispatch_{intmax,uintmax}Anita Zhang2021-02-261-2/+2
* tree-wide: propagate error code from _from_string() functionsZbigniew Jędrzejewski-Szmek2021-02-101-1/+1
* nspawn: make rootfs relative to oci bundle pathArian van Putten2021-01-121-1/+17
* 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
* tree-wide: assorted coccinelle fixesFrantisek Sumsal2020-10-091-10/+9
* seccomp: add support for riscv64Aurelien Jarno2020-08-211-0/+3
* tree-wide: avoid some loaded termsLennart Poettering2020-06-251-13/+14
* tree-wide: fix spelling errorsFrantisek Sumsal2020-04-211-1/+1
* nspawn-oci: use new json_variant_strv() helperLennart Poettering2019-12-021-14/+3
* json: add flags parameter to json_parse_file(), for parsing "sensitive" dataLennart Poettering2019-12-021-1/+1
* nspawn: fix misplaced parenthesis and merge two error handling pathsZbigniew Jędrzejewski-Szmek2019-07-171-7/+3
* tree-wide: drop duplicated blank linesYu Watanabe2019-07-151-1/+0
* Merge pull request #12628 from keszybz/dbus-executeMichal Sekletar2019-05-301-14/+11
|\
| * Rework cpu affinity parsingZbigniew Jędrzejewski-Szmek2019-05-291-14/+11
* | nspawn: expose the new seccomp actions in the OCI logicLennart Poettering2019-05-241-5/+11
|/
* codespell: fix spelling errorsBen Boeckel2019-04-291-0/+1
* json: simplify JSON_VARIANT_OBJECT_FOREACH() macro a bitLennart Poettering2019-04-121-13/+11
* headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2019-03-271-0/+1
* nspawn-oci: mount source is optionalZbigniew Jędrzejewski-Szmek2019-03-221-1/+1
* nspawn-oci: use _cleanup_ in one more placeZbigniew Jędrzejewski-Szmek2019-03-221-49/+30
* nspawn: conditionalize libseccomp useLennart Poettering2019-03-221-3/+11
* util-lib: get rid of a helper variableZbigniew Jędrzejewski-Szmek2019-03-211-3/+2
* nspawn-oci: add helper function for free_and_strdup with oom checkZbigniew Jędrzejewski-Szmek2019-03-211-10/+2
* nspawn-oci: use SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek2019-03-211-265/+201
* nspawn: add support for executing OCI runtime bundles with nspawnLennart Poettering2019-03-151-0/+2352