mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 967967: Record that children of Nuwa start with full privileges. r=khuey
Otherwise, the fix for bug 921817 assumes that they've already dropped permissions and enables system call sandboxing too early.
This commit is contained in:
parent
cd4e397b72
commit
9373be45d1
@ -1835,7 +1835,7 @@ ContentParent::RecvAddNewProcess(const uint32_t& aPid,
|
||||
MAGIC_PREALLOCATED_APP_MANIFEST_URL,
|
||||
aPid,
|
||||
aFds,
|
||||
base::PRIVILEGES_DEFAULT);
|
||||
base::PRIVILEGES_INHERIT);
|
||||
content->Init();
|
||||
PreallocatedProcessManager::PublishSpareProcess(content);
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user