mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Remove FsDescription
proto
FS checks are an internal feature that has been deprecated for a while in favor of user namespaces. PiperOrigin-RevId: 347378761 Change-Id: I1d7956cecd6db47b2b96fdedaada0b2a36f9b112
This commit is contained in:
parent
8924b63d5a
commit
319493f5f0
|
@ -102,13 +102,6 @@ message SyscallDescription {
|
||||||
// useful when the violation type was a change in syscall architecture.
|
// useful when the violation type was a change in syscall architecture.
|
||||||
}
|
}
|
||||||
|
|
||||||
message FsDescription {
|
|
||||||
repeated string file_allowlist = 1;
|
|
||||||
repeated string symlink_allowlist = 2;
|
|
||||||
repeated string file_greylist = 3;
|
|
||||||
repeated string file_denylist = 4;
|
|
||||||
}
|
|
||||||
|
|
||||||
message PolicyBuilderDescription {
|
message PolicyBuilderDescription {
|
||||||
repeated int32 handled_syscalls = 1;
|
repeated int32 handled_syscalls = 1;
|
||||||
repeated string bind_mounts = 2;
|
repeated string bind_mounts = 2;
|
||||||
|
@ -141,7 +134,7 @@ message Violation {
|
||||||
string stack_trace = 6;
|
string stack_trace = 6;
|
||||||
SyscallDescription syscall_information = 7;
|
SyscallDescription syscall_information = 7;
|
||||||
RegisterValues register_values = 8;
|
RegisterValues register_values = 8;
|
||||||
FsDescription fs = 9;
|
reserved 9;
|
||||||
string proc_maps = 10;
|
string proc_maps = 10;
|
||||||
// Contains the received signal that caused the death if applicable.
|
// Contains the received signal that caused the death if applicable.
|
||||||
int32 signal = 11;
|
int32 signal = 11;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user