mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Add TCMalloc related files to test policy
PiperOrigin-RevId: 565067820 Change-Id: I55bbe80b568042c1639435867f565880667f0180
This commit is contained in:
parent
4289b64aa7
commit
b47a5ead07
|
@ -43,6 +43,7 @@ sandbox2::PolicyBuilder CreateDefaultPermissiveTestPolicy(
|
||||||
if constexpr (sapi::sanitizers::IsAny()) {
|
if constexpr (sapi::sanitizers::IsAny()) {
|
||||||
builder.AddDirectory("/proc");
|
builder.AddDirectory("/proc");
|
||||||
}
|
}
|
||||||
|
builder.AllowTcMalloc();
|
||||||
return builder;
|
return builder;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user