Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 628051157
Change-Id: I4ba6cbb6793a8abb49bb34e32a502895a76e24bd
  • Loading branch information
fluxchief authored and copybara-github committed Apr 25, 2024
1 parent 6ec6bf6 commit 1582f86
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sandboxed_api/sandbox2/violation.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1582f86

Please sign in to comment.