libjail-rs
libjail-rs copied to clipboard
Rust implementation of a FreeBSD jail library
See #13 Includes (merge these first, then rebase): - [X] #18 - [X] #19 ## Features - [x] Jail start/stop - [x] StoppedJail parameters - [x] getter - [x] setter...
At the moment we query a sysctl every time we read or write a property, to get the type and maximum size of the value. As these are unlikely to...
We *could* have Python bindings using [`rust-cpython`](https://github.com/dgrunwald/rust-cpython). This would probably make @gronke happy because it allows [`libiocage`](https://github.com/iocage/libiocage) to get rid of shelling out to `jail(8)` and overcome some of its...