From: Yu Watanabe Date: Tue, 18 Feb 2025 17:09:58 +0000 (+0900) Subject: nspawn: unconditionally enable FUSE and use FOREACH_ARRAY() (#36407) X-Git-Tag: v258-rc1~1312 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=134bb7bfdf413542896b5e506f2e735c7bea80a8;p=thirdparty%2Fsystemd.git 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(). --- 134bb7bfdf413542896b5e506f2e735c7bea80a8