summaryrefslogtreecommitdiff
path: root/src/nspawn
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: modernize the cleanup functions a bitFrantisek Sumsal2023-05-161-16/+12
* nspawn: avoid NULL pointer dereferenceFrantisek Sumsal2023-05-162-0/+3
* nspawn: file system namespace -> mount namespaceFrantisek Sumsal2023-05-151-1/+1
* nspawn: fix a typo in an error messageFrantisek Sumsal2023-05-151-1/+1
* nspawn: simplify error handlingFrantisek Sumsal2023-05-141-6/+4
* nspawn: port over to /supervisor/ subcgroup being delegated to nspawnLennart Poettering2023-04-271-5/+16
* nspawn: Don't follow /etc/resolv.conf symlinksDaan De Meyer2023-04-241-1/+1
* tree-wide: use TAKE_STRUCTDavid Tardon2023-04-141-2/+1
* image-policy: introduce parse_image_policy_argument() helperYu Watanabe2023-04-131-9/+3
* nspawn: container network interface namingThierry Martin2023-04-126-66/+194
* Merge pull request #25608 from poettering/dissect-moarLennart Poettering2023-04-121-1/+19
|\
| * tree-wide: hook up image dissection policy logic everywhereLennart Poettering2023-04-051-1/+19
* | Merge pull request #26887 from yuwata/proc-cmdline-filter-argumentsZbigniew Jędrzejewski-Szmek2023-04-071-0/+3
|\ \ | |/ |/|
| * tree-wide: reset optind to 0 when GNU extensions in optstring are usedYu Watanabe2023-03-291-0/+3
* | nspawn: ignore NULL machine ID in the containerYu Watanabe2023-04-051-11/+1
* | Revert "sd-id128: make id128_read() optionally take root directory"Yu Watanabe2023-04-041-1/+4
|/
* sd-id128: make id128_read() optionally take root directoryYu Watanabe2023-03-271-4/+1
* chase-symlinks: Rename chase_symlinks() to chase()Daan De Meyer2023-03-243-23/+23
* core: Settle log target if we're going to be closing all fdsDaan De Meyer2023-03-221-0/+1
* copy: Move chattr arguments to full function signaturesDaan De Meyer2023-03-211-4/+7
* tree-wide: simplify x ? x : y to x ?: y where applicableFrantisek Sumsal2023-03-181-1/+1
* chase-symlinks: Remove unused ret_fd argumentsDaan De Meyer2023-03-141-1/+1
* Merge pull request #26641 from medhefgo/boot-elf2efiYu Watanabe2023-03-111-1/+2
|\
| * meson: Introduce userspace depJan Janssen2023-03-101-1/+2
* | lockfile-util: Rename to lock-utilDaan De Meyer2023-03-101-1/+1
|/
* nspawn: disable propagation for selected host API bind mountsLennart Poettering2023-03-031-0/+4
* nspawn: disconnect mounts propagation from host on our container dirLennart Poettering2023-03-031-5/+13
* nspawn: drop unused argLennart Poettering2023-03-021-3/+1
* Merge pull request #26632 from poettering/dissect-arch-nspawnLuca Boccassi2023-03-011-10/+13
|\
| * nspawn: fix DDI arch → personality() propagationLennart Poettering2023-03-011-10/+13
* | tree-wide: error handling modernizationsLennart Poettering2023-03-011-2/+2
|/
* nspawn: hook up memory pressure + sigrtmin+18Lennart Poettering2023-03-011-1/+8
* Merge pull request #26203 from medhefgo/mesonYu Watanabe2023-02-221-24/+38
|\
| * meson: Use dicts for fuzzer definitionsJan Janssen2023-02-211-9/+13
| * meson: Use dicts for test definitionsJan Janssen2023-02-211-15/+25
* | tree-wide: use FORK_REARRANGE_STDIO and FORK_CLOSE_ALL_FDSYu Watanabe2023-02-211-12/+6
|/
* treewide: fix a few typos in NEWS, docs and commentsDmitry V. Levin2023-02-151-1/+1
* src: fix several typos in log messagesDmitry V. Levin2023-02-151-1/+1
* nspawn: fix directory in logged errorml2023-02-121-1/+1
* tree-wide: set FORK_RLIMIT_NOFILE_SAFE flagYu Watanabe2023-02-071-4/+1
* id128: introduce ERRNO_IS_MACHINE_ID_UNSET() helper macroLennart Poettering2023-02-011-1/+1
* nspawn: Make sure we create bind mount points as the correct UID/GIDDaan De Meyer2023-01-291-1/+4
* nspawn: Drop CAP_NET_BIND_SERVICE when in userns but not in netnsDaan De Meyer2023-01-261-1/+10