lint error
This commit is contained in:
parent
7bdd259d2e
commit
3ee55d9cd3
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ void AtomMainDelegate::PreSandboxStartup() {
|
||||||
|
|
||||||
if (!command_line->HasSwitch(switches::kEnableMixedSandbox)) {
|
if (!command_line->HasSwitch(switches::kEnableMixedSandbox)) {
|
||||||
if (command_line->HasSwitch(switches::kEnableSandbox)) {
|
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).
|
// linux(namespace sandbox is available on most distros).
|
||||||
command_line->AppendSwitch(::switches::kDisableSetuidSandbox);
|
command_line->AppendSwitch(::switches::kDisableSetuidSandbox);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue