Compare commits

...

1 Commits

Author SHA1 Message Date
Michael Bolin
c59669d603 fix: flip use_legacy_landlock feature so it defaults to true again 2026-03-20 10:57:59 -07:00

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,