libjail-rs icon indicating copy to clipboard operation
libjail-rs copied to clipboard

Rust implementation of a FreeBSD jail library

Results 14 libjail-rs issues
Sort by recently updated
recently updated
newest added

See #13 Includes (merge these first, then rebase): - [X] #18 - [X] #19 ## Features - [x] Jail start/stop - [x] StoppedJail parameters - [x] getter - [x] setter...

enhancement
help wanted
bindings/python
do-not-merge
needs-rebase

JIDs can be set at start-time.

enhancement

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...

enhancement
performance

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...

enhancement
help wanted
bindings/python