Internal change

PiperOrigin-RevId: 611097384
Change-Id: Ib4189548bc08e12807e74143591c3ff341d105d4
This commit is contained in:
Kevin Hamacher 2024-02-28 07:36:18 -08:00 committed by Copybara-Service
parent e7c5de0db8
commit 180aa03603

View File

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