Welcome to mirror list, hosted at ThFree Co, Russian Federation.

binfmt-misc.proto « images - github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 82a86c8c94740754ba187de0494e9eabd295eb2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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;
}