From 1582f86911c597c8409d2ca36853652a18fefbe0 Mon Sep 17 00:00:00 2001 From: Kevin Hamacher Date: Thu, 25 Apr 2024 06:07:23 -0700 Subject: [PATCH] Internal change PiperOrigin-RevId: 628051157 Change-Id: I4ba6cbb6793a8abb49bb34e32a502895a76e24bd --- sandboxed_api/sandbox2/violation.proto | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sandboxed_api/sandbox2/violation.proto b/sandboxed_api/sandbox2/violation.proto index 162269502..9d36355f3 100644 --- a/sandboxed_api/sandbox2/violation.proto +++ b/sandboxed_api/sandbox2/violation.proto @@ -135,7 +135,11 @@ message PolicyDescription { } message Violation { + // Legacy violation message, contains no PII string legacy_fatal_message = 1; + // Contains details about the peer the sandboxee tried to connect to + string network_violation_message = 12; + PBViolationType violation_type = 2; int32 pid = 3; string prog_name = 4;