File: binfmt-misc.proto

package info (click to toggle)
golang-github-checkpoint-restore-go-criu 7.2.0%2Bds1-4
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid, trixie
  • size: 1,796 kB
  • sloc: makefile: 231; ansic: 195; python: 137; sh: 110
file content (14 lines) | stat: -rw-r--r-- 337 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// 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;
}