mirror of
https://github.com/openai/codex.git
synced 2026-04-28 02:11:08 +03:00
fix: flip use_legacy_landlock feature so it defaults to true again
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user