mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Remove AllowStaticStartup
because AllowDynamicStartup
calls this as well
PiperOrigin-RevId: 445349786 Change-Id: I28686ede2e22e641a8f90caacedf289b2d5c9a2e
This commit is contained in:
parent
a420682099
commit
905c252e71
|
@ -46,8 +46,8 @@ using ::testing::Eq;
|
|||
std::unique_ptr<Policy> NotifyTestcasePolicy() {
|
||||
return PolicyBuilder()
|
||||
.DisableNamespaces()
|
||||
.AllowStaticStartup()
|
||||
.AllowDynamicStartup() // For PrintPidAndComms
|
||||
.AllowDynamicStartup() // For PrintPidAndComms and includes
|
||||
// AllowStaticStartup
|
||||
.AllowExit()
|
||||
.AllowRead()
|
||||
.AllowWrite()
|
||||
|
|
Loading…
Reference in New Issue
Block a user