summary refs log tree commit diff stats
path: root/path.go
Commit message (Collapse)AuthorAgeFilesLines
* Rename func UnveilPath to UnveilAndinus2020-04-151-28/+0
| | | | | | UnveilPath is confusing, it's kept only for backwards compatibility & users should use Unveil & UnveilStrict instead of UnveilPath & UnveilPathStrict.
* Compile for non OpenBSD systemsAndinus2020-04-151-0/+2
| | | | | | | 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.0Andinus2020-04-081-0/+26