Internal change

PiperOrigin-RevId: 611097384
Change-Id: Ib4189548bc08e12807e74143591c3ff341d105d4
main
Kevin Hamacher 2024-02-28 07:36:18 -08:00 committed by Copybara-Service
parent e7c5de0db8
commit 180aa03603
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ namespace sandbox2 {
class AllowAllSyscalls;
class TraceAllSyscalls;
class UnrestrictedNetworking;
class LoadUserBpfCodeFromFile;
// PolicyBuilder is a helper class to simplify creation of policies. The builder
// uses fluent interface for convenience and increased readability of policies.