From bd14f6818d4a9afe200e4765e1685584c6176512 Mon Sep 17 00:00:00 2001 From: Juan Vazquez Date: Fri, 24 Feb 2023 07:54:10 -0800 Subject: [PATCH] Add field to track policy source location PiperOrigin-RevId: 512070278 Change-Id: I959a57e296d9b999c4ee3086bc814d7d55484722 --- sandboxed_api/sandbox2/violation.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/sandboxed_api/sandbox2/violation.proto b/sandboxed_api/sandbox2/violation.proto index 3463ed6..1622695 100644 --- a/sandboxed_api/sandbox2/violation.proto +++ b/sandboxed_api/sandbox2/violation.proto @@ -113,6 +113,7 @@ message SyscallDescription { message PolicyBuilderDescription { repeated int32 handled_syscalls = 1; repeated string bind_mounts = 2; + string built_at_sloc = 3; } message NamespaceDescription {