mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
lint error
This commit is contained in:
@@ -128,7 +128,7 @@ void AtomMainDelegate::PreSandboxStartup() {
|
||||
|
||||
if (!command_line->HasSwitch(switches::kEnableMixedSandbox)) {
|
||||
if (command_line->HasSwitch(switches::kEnableSandbox)) {
|
||||
// Disable setuid sandbox since it is not longer required on
|
||||
// Disable setuid sandbox since it is not longer required on
|
||||
// linux(namespace sandbox is available on most distros).
|
||||
command_line->AppendSwitch(::switches::kDisableSetuidSandbox);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user