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

Rust bindings for the FreeBSD capsicum framework

Results 24 capsicum-rs issues
Sort by recently updated
recently updated
newest added

This change was made for FreeBSD 11.0. See https://github.com/freebsd/freebsd-src/commit/bc1ace0b96e17338dccec5cb08e2a3a96ebfba3c

capsicum contains three Builder structures * `RightsBuilder` => `FileRights` * `IoctlsBuilder` => IoctlRights` * `FcntlsBuilder` => `FcntlRights` There are two inconsistencies here: * The usual pattern used by other crates...

and raise MSRV to 1.77.0

And workaround rustsec/rustsec bug 1137