package sandbox2

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message CommsTestMsg

comms_test.proto:21

message ForkRequest

forkserver.proto:65

enum ForkRequest.InitializationType

forkserver.proto:66

Used in: ForkRequest

message LogMessage

logserver.proto:19

enum Mode

forkserver.proto:23

Used in: ForkRequest

enum MonitorType

forkserver.proto:36

Used in: ForkRequest

message MountTree

mount_tree.proto:25

The MountTree maps path components to mount operations (bind/tmpfs). The path is encoded in the key of the entries map, with the root node representing /. To get the full path of a node, you will need to assemble the keys starting at the root node.

Used in: ForkRequest

message MountTree.DirNode

mount_tree.proto:34

DirNode is like FileNode but for directories.

Used in: Node

message MountTree.FileNode

mount_tree.proto:28

FileNode represents a bind mount for a regular file using "outside" as the source.

Used in: Node

message MountTree.Node

mount_tree.proto:50

Used in: MountTree

message MountTree.RootNode

mount_tree.proto:46

RootNode is as special node for root of the MountTree

Used in: Node

message MountTree.TmpfsNode

mount_tree.proto:41

TmpfsNode mounts a tmpfs with given options.

Used in: Node

enum NetNsMode

forkserver.proto:47

Enum representing the net_ns mode, used by policybuilder, forkserver, and executor.

Used in: ForkRequest

message UnwindResult

unwind.proto:33

message UnwindSetup

unwind.proto:20