MCPcopy Index your code
hub / github.com/briandowns/jail

github.com/briandowns/jail @v0.3.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.3.0 ↗ · + Follow
40 symbols 89 edges 5 files 26 documented · 65%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

jail

GoDoc License Version

Jail

Jail provides native FreeBSD Jail syscalls in Go. As of now, FreeBSD 14.3 defines the Jail API at version 2. This is the only version supported at this time. The syscalls supported are:

  • jail(2)
  • jail_set(2)
  • jail_get(2)
  • jail_attach(2)
  • jail_remove(2)

To get specifics on the syscalls themselves can be referenced here.

For examples, please reference the examples directory.

Contributing

Please feel free to open a PR!

License

Jail source code is available under the BSD 2 clause License.

Contact

@bdowns328

Image Credit

www.debarbora.com

Core symbols most depended-on inside this repo

Add
called by 6
jail.go
NewParams
called by 4
jail.go
Get
called by 4
jail.go
Jail
called by 3
jail.go
getSet
called by 3
jail.go
validate
called by 2
jail.go
buildIovec
called by 2
jail.go
Remove
called by 2
jail.go

Shape

Function 26
Method 6
Struct 6
TypeAlias 2

Languages

Go100%

Modules by API surface

jail.go27 symbols
jail_test.go11 symbols
_examples/remove/main.go1 symbols
_examples/basic/main.go1 symbols

For agents

$ claude mcp add jail \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page