libsyd 3.13.0

Rust-based C library for syd interaction via /dev/syd
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
libsyd is a C library for interfacing with the Syd environment. It
offers functionalities for managing sandbox states, and facilitating
runtime configuration and interaction with the syd sandboxing
environment. Read the fine manuals of [Syd](https://man.exherbo.org/),
[libsyd](https://libsyd.exherbo.org/),
[gosyd](https://gosyd.exherbo.org/),
[plsyd](https://plsyd.exherbo.org/),
[pysyd](https://pysyd.exherbo.org/),
[rbsyd](https://rbsyd.exherbo.org/), and
[syd.el](https://sydel.exherbo.org/) for more information.

To install from source, clone the repository at https://git.sr.ht/~alip/syd, change
into the directory `lib` and run `make`, `make test` and `doas make install`. Rust
1.56.1 or later is required.

Maintained by Ali Polatel. Up-to-date sources can be found at
https://git.sr.ht/~alip/syd and bugs/patches can be submitted by email to
[~alip/sydbox-devel@lists.sr.ht](mailto:~alip/sydbox-devel@lists.sr.ht).