Home
last modified time | relevance | path

Searched refs:allow_new_privs (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/base/process/
Dlaunch.cc29 , allow_new_privs(false) in LaunchOptions()
47 options.allow_new_privs = true; in LaunchOptionsForTest()
Dlaunch.h122 bool allow_new_privs; member
Dlaunch_posix.cc443 if (!options.allow_new_privs) { in LaunchProcess()
/external/chromium_org/chrome/browser/first_run/
Dupgrade_util_linux.cc27 options.allow_new_privs = true; in RelaunchChromeBrowser()
/external/chromium_org/chrome/browser/
Dplatform_util_linux.cc25 options.allow_new_privs = true; in XDGUtil()
/external/chromium_org/chrome/browser/extensions/api/messaging/
Dnative_process_launcher_posix.cc81 options.allow_new_privs = true; in LaunchNativeProcess()
/external/chromium_org/chromeos/process_proxy/
Dprocess_proxy.cc229 options.allow_new_privs = base::CommandLine::ForCurrentProcess()-> in LaunchProcess()
/external/chromium_org/sandbox/linux/suid/client/
Dsetuid_sandbox_client.cc299 options->allow_new_privs = true; in SetupLaunchOptions()
/external/chromium_org/remoting/host/setup/
Ddaemon_controller_delegate_linux.cc107 options.allow_new_privs = true; in RunHostScriptWithTimeout()
/external/chromium_org/content/browser/zygote_host/
Dzygote_host_impl_linux.cc484 options.allow_new_privs = true; in AdjustRendererOOMScore()
/external/chromium_org/chrome/browser/ssl/
Dssl_blocking_page.cc288 options.allow_new_privs = true; in LaunchDateAndTimeSettings()
/external/chromium_org/chrome/test/chromedriver/
Dchrome_launcher.cc299 options.allow_new_privs = true; in LaunchDesktopChrome()
/external/chromium_org/base/test/launcher/
Dtest_launcher.cc288 new_options.allow_new_privs = true; in LaunchChildTestProcessWithOptions()