HomeSort by relevance Sort by last modified time
    Searched refs:ChrootMe (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/sandbox/linux/suid/client/
setuid_sandbox_client.h 41 // 8. B requests being chroot-ed through ChrootMe() and
54 bool ChrootMe();
setuid_sandbox_client.cc 172 bool SetuidSandboxClient::ChrootMe() {
  /external/chromium_org/components/nacl/loader/sandbox_linux/
nacl_sandbox_linux.cc 85 CHECK(setuid_sandbox_client_->ChrootMe());
97 // 6) The socket created by the SUID sandbox helper, used by ChrootMe().
98 // After ChrootMe(), this is no longer connected to anything.
  /external/chromium_org/content/zygote/
zygote_main_linux.cc 411 if (!setuid_sandbox->ChrootMe())

Completed in 524 milliseconds