Add field to track policy source location

PiperOrigin-RevId: 512070278
Change-Id: I959a57e296d9b999c4ee3086bc814d7d55484722
pull/171/head
Juan Vazquez 2023-02-24 07:54:10 -08:00 committed by Copybara-Service
parent e1246332d1
commit bd14f6818d
1 changed files with 1 additions and 0 deletions

View File

@ -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 {