Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update headers in README.org HEAD main | Andinus | 2021-01-17 | 1 | -4/+2 |
| | |||||
* | Update remote | Andinus | 2020-05-02 | 2 | -7/+7 |
| | |||||
* | Add drone ci config | Andinus | 2020-04-15 | 1 | -0/+14 |
| | |||||
* | Explain why user should use lynx in readme v0.4.0 | Andinus | 2020-04-15 | 1 | -0/+10 |
| | |||||
* | Document Pledge functions in readme | Andinus | 2020-04-15 | 1 | -24/+57 |
| | | | | The diff is messed up because the order was changed. | ||||
* | Add Pledge wrappers | Andinus | 2020-04-15 | 2 | -0/+41 |
| | |||||
* | Add Unveil & UnveilStrict func to unveil_other.go | Andinus | 2020-04-15 | 1 | -2/+16 |
| | |||||
* | Rename func UnveilPath to Unveil | Andinus | 2020-04-15 | 3 | -30/+41 |
| | | | | | | UnveilPath is confusing, it's kept only for backwards compatibility & users should use Unveil & UnveilStrict instead of UnveilPath & UnveilPathStrict. | ||||
* | Support pledge & unveil, change scope of project | Andinus | 2020-04-15 | 2 | -3/+3 |
| | |||||
* | Fix logical error in readme | Andinus | 2020-04-15 | 1 | -2/+2 |
| | |||||
* | Add example for UnveilPath / UnveilPathStrict in readme v0.3.0 | Andinus | 2020-04-15 | 1 | -0/+26 |
| | |||||
* | Document new behaviour in readme | Andinus | 2020-04-15 | 1 | -3/+4 |
| | |||||
* | Add example for UnveilBlock in readme | Andinus | 2020-04-15 | 1 | -0/+17 |
| | |||||
* | Compile for non OpenBSD systems | Andinus | 2020-04-15 | 8 | -0/+56 |
| | | | | | | | Previously the compilation would fail for non OpenBSD systems & the user had to manage it themselves. Now it compiles on non OpenBSD systems but returns nil immediately because unveil isn't supported on those systems. | ||||
* | Add wrapper around single path Unveil command v0.2.0 | Andinus | 2020-04-08 | 1 | -0/+26 |
| | |||||
* | Add wrapper around unix.UnveilBlock | Andinus | 2020-04-08 | 1 | -0/+9 |
| | |||||
* | Remove drone-ci config | Andinus | 2020-04-08 | 1 | -14/+0 |
| | |||||
* | Initial Commit v0.1.0 | Andinus | 2020-04-06 | 7 | -0/+176 |