Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/briandowns/jail

Package jail provides native FreeBSD Jail syscalls in Go
https://github.com/briandowns/jail

bsd container-orchestration containers freebsd go golang jails kernel

Last synced: about 1 month ago
JSON representation

Package jail provides native FreeBSD Jail syscalls in Go

Awesome Lists containing this project

README

        


jail



GoDoc
License
Version

# Jail

Jail provides native FreeBSD Jail syscalls in Go. As of now, FreeBSD 13.1 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](https://www.freebsd.org/cgi/man.cgi?query=jail_set&apropos=0&sektion=2&manpath=FreeBSD+11.1-RELEASE&arch=default&format=html).

For examples, please reference the `examples` directory.

## Contributing

Please feel free to open a PR!

## License

Jail source code is available under the BSD 3 clause [License](/LICENSE).

## Contact

[@bdowns328](http://twitter.com/bdowns328)

## Image Credit

www.debarbora.com