package sandbox2

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

message CommsTestMsg

comms_test.proto:20

message ForkRequest

forkserver.proto:64

message LogMessage

logserver.proto:19

enum Mode

forkserver.proto:23

Used in: ForkRequest

enum MonitorType

forkserver.proto:35

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:49

Used in: MountTree

message MountTree.RootNode

mount_tree.proto:45

RootNode is as special node for root of the MountTree

Used in: Node

message MountTree.TmpfsNode

mount_tree.proto:40

TmpfsNode mounts a tmpfs with given options.

Used in: Node

enum NetNsMode

forkserver.proto:46

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

Used in: ForkRequest

message UnwindResult

unwind.proto:30

message UnwindSetup

unwind.proto:20