Fabian Freyer

Results 47 comments of Fabian Freyer

The CI for #33 failed on 12.0-RELEASE fails with the following error message: ``` failures: ---- src/running.rs - running::RunningJail::restart (line 356) stdout ---- thread 'src/running.rs - running::RunningJail::restart (line 356)' panicked...

@akhramov thanks, this looks great! I'll go take a look at #79!

Adding the parameter set logic will require this to be based off #15. This allows us to do stuff like this: ```python #!/usr/bin/env python3 import jail config = jail.StoppedJail("/", parameters={"osrelease":...

@igalic what types?

@igalic thanks for taking a look! * `oldlib.rs` was a mistake - fixed that. Sorry! * `StoppedJail` and `RunningJail` are things in libjail-rs that I created to attempt to model...

It might also be worth looking at PyO3 (https://github.com/PyO3/pyo3/issues/55).