mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-30 22:05:36 +00:00
9 lines
162 B
Protocol Buffer
9 lines
162 B
Protocol Buffer
![]() |
message seccomp_filter {
|
||
|
required bytes filter = 1;
|
||
|
optional uint32 prev = 2;
|
||
|
}
|
||
|
|
||
|
message seccomp_entry {
|
||
|
repeated seccomp_filter seccomp_filters = 1;
|
||
|
}
|