tree: 2ed338bcf6d54b8ebfdb635d73be2149e65f56ff [path history] [tgz]
  1. config.pb.go
  2. config.proto
  3. README.md
proto/nsjail/README.md

nsjail config proto

protobuf schema for nsjail (GitHub). This is used for providing hermetic build environment with arbitrary toolchain support.

How to update the file?

  1. git clone
$ git clone https://github.com/google/nsjail.git
  1. copy config.proto file.
$ cp nsjail/config.proto .
  1. Add option go_package = "go.chromium.org/goma/server/proto/nsjail";