2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-22 01:51:51 +00:00
criu/images/binfmt-misc.proto

15 lines
337 B
Protocol Buffer
Raw Permalink Normal View History

// SPDX-License-Identifier: MIT
syntax = "proto2";
message binfmt_misc_entry {
required string name = 1;
required bool enabled = 2;
required string interpreter = 3;
optional string flags = 4;
optional string extension = 5;
optional string magic = 6;
optional string mask = 7;
optional int32 offset = 8;
}