mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Add field to track policy source location
PiperOrigin-RevId: 512070278 Change-Id: I959a57e296d9b999c4ee3086bc814d7d55484722
This commit is contained in:
parent
e1246332d1
commit
bd14f6818d
|
@ -113,6 +113,7 @@ message SyscallDescription {
|
||||||
message PolicyBuilderDescription {
|
message PolicyBuilderDescription {
|
||||||
repeated int32 handled_syscalls = 1;
|
repeated int32 handled_syscalls = 1;
|
||||||
repeated string bind_mounts = 2;
|
repeated string bind_mounts = 2;
|
||||||
|
string built_at_sloc = 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
message NamespaceDescription {
|
message NamespaceDescription {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user