fix: flip use_legacy_landlock feature so it defaults to true again

This commit is contained in:
Michael Bolin
2026-03-20 10:57:59 -07:00
parent 4ddde54c19
commit c59669d603

View File

@@ -661,7 +661,7 @@ pub const FEATURES: &[FeatureSpec] = &[
id: Feature::UseLegacyLandlock,
key: "use_legacy_landlock",
stage: Stage::Stable,
default_enabled: false,
default_enabled: true,
},
FeatureSpec {
id: Feature::RequestRule,