]> git.ipfire.org Git - thirdparty/systemd.git/commit
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)
commit134bb7bfdf413542896b5e506f2e735c7bea80a8
tree260218bf64f2587ff7598e21d1bc21edaec7bbeb
parent011a83e42b0df0e8074af791ceed46f2eb0446a6
parent114d191a17041d8c34041de49442fb1f577349f1
nspawn: unconditionally enable FUSE and use FOREACH_ARRAY() (#36407)

- 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().