mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
better name for windows sandbox features (#8077)
`--enable enable...` is a bad look
This commit is contained in:
committed by
GitHub
Unverified
parent
017a4a06b2
commit
b4635ccc07
@@ -81,7 +81,7 @@ impl SandboxManager {
|
||||
SandboxablePreference::Forbid => SandboxType::None,
|
||||
SandboxablePreference::Require => {
|
||||
// Require a platform sandbox when available; on Windows this
|
||||
// respects the enable_experimental_windows_sandbox feature.
|
||||
// respects the experimental_windows_sandbox feature.
|
||||
crate::safety::get_platform_sandbox().unwrap_or(SandboxType::None)
|
||||
}
|
||||
SandboxablePreference::Auto => match policy {
|
||||
|
||||
Reference in New Issue
Block a user