]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
nspawn: unconditionally enable FUSE and use FOREACH_ARRAY() (#36407)
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 18 Feb 2025 17:09:58 +0000 (02:09 +0900)
committerGitHub <noreply@github.com>
Tue, 18 Feb 2025 17:09:58 +0000 (02:09 +0900)
- FUSE is unconditionally enabled in the container, as our kernel base
line (v5.4) supports userns-safe FUSE, which is supported since v4.18.
- Create /dev/net/tun only when it is accessible.
- Replaces several loops with FOREACH_ARRAY().


Trivial merge