mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Followup to bug 544936: Open child process handles with more privileges. r=bsmedberg
This commit is contained in:
parent
852d1c8744
commit
e4aea6bfca
@ -278,7 +278,7 @@ GeckoChildProcessHost::OnChannelConnected(int32 peer_pid)
|
||||
MonitorAutoEnter mon(mMonitor);
|
||||
mLaunched = true;
|
||||
|
||||
if (!base::OpenProcessHandle(peer_pid, &mChildProcessHandle))
|
||||
if (!base::OpenPrivilegedProcessHandle(peer_pid, &mChildProcessHandle))
|
||||
NS_RUNTIMEABORT("can't open handle to child process");
|
||||
|
||||
mon.Notify();
|
||||
|
Loading…
Reference in New Issue
Block a user