mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
Bug 1839852 - Allow access to LD_LIBRARY_PATH from Utility process r=gcp, a=dmeehan
Differential Revision: https://phabricator.services.mozilla.com/D181767
This commit is contained in:
parent
61700466fd
commit
f83a14f84b
@ -980,6 +980,7 @@ SandboxBrokerPolicyFactory::GetUtilityProcessPolicy(int aPid) {
|
||||
policy->AddDir(access, "/");
|
||||
|
||||
AddLdconfigPaths(policy.get());
|
||||
AddLdLibraryEnvPaths(policy.get());
|
||||
|
||||
// Utility process sandbox needs to allow shmem in order to support
|
||||
// profiling. See Bug 1626385.
|
||||
|
Loading…
Reference in New Issue
Block a user