capsicum-rs
capsicum-rs copied to clipboard
Rust bindings for the FreeBSD capsicum framework
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