Commit Graph

18 Commits

Author SHA1 Message Date
Andinus 16d21f9116
Update headers in README.org 2021-01-17 19:28:43 +05:30
Andinus b5c9581c5a
Update remote
continuous-integration/drone/push Build is passing Details
2020-05-02 05:25:42 +05:30
Andinus 11e2e11928
Add drone ci config
continuous-integration/drone/push Build is passing Details
2020-04-15 20:28:29 +05:30
Andinus 26f5e1863f
Explain why user should use lynx in readme 2020-04-15 20:23:20 +05:30
Andinus 55b538e87c
Document Pledge functions in readme
The diff is messed up because the order was changed.
2020-04-15 20:04:02 +05:30
Andinus 66b19e6e7e
Add Pledge wrappers 2020-04-15 19:55:00 +05:30
Andinus bc9703246e
Add Unveil & UnveilStrict func to unveil_other.go 2020-04-15 19:26:10 +05:30
Andinus 6e5a88bc77
Rename func UnveilPath to Unveil
UnveilPath is confusing, it's kept only for backwards compatibility &
users should use Unveil & UnveilStrict instead of UnveilPath &
UnveilPathStrict.
2020-04-15 19:20:22 +05:30
Andinus f479b82ff8
Support pledge & unveil, change scope of project 2020-04-15 19:14:16 +05:30
Andinus af0996babf
Fix logical error in readme 2020-04-15 00:40:18 +05:30
Andinus d3948a4c1b
Add example for UnveilPath / UnveilPathStrict in readme 2020-04-15 00:35:05 +05:30
Andinus c3051ad44e
Document new behaviour in readme 2020-04-15 00:30:36 +05:30
Andinus 46e839f189
Add example for UnveilBlock in readme 2020-04-15 00:26:43 +05:30
Andinus a129334aef
Compile for non OpenBSD systems
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.
2020-04-15 00:24:55 +05:30
Andinus 0dfcf8cb81
Add wrapper around single path Unveil command 2020-04-08 01:32:14 +05:30
Andinus adf721a079
Add wrapper around unix.UnveilBlock 2020-04-08 01:31:36 +05:30
Andinus 636d06c5cd
Remove drone-ci config 2020-04-08 01:22:46 +05:30
Andinus 09e64a5277
Initial Commit 2020-04-06 12:36:14 +05:30