flimberger / gojail

A Go implementation for the jail(2) API of FreeBSD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gojail

Implementation of the FreeBSD jail(2) and jailparam(3) APIs for Go.

Packages

The gojail package provides high-level access to the jail(2) API, while gojail/syscall implements the low-level system call interface. The latter should be treated as an implementation detail and not be used by regular consumers of the API.

About

A Go implementation for the jail(2) API of FreeBSD

License:Other


Languages

Language:Go 98.8%Language:Makefile 1.2%