summary refs log tree commit diff stats
path: root/path_other.go
Commit message (Collapse)AuthorAgeFilesLines
* Rename func UnveilPath to UnveilAndinus2020-04-151-15/+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/+15
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.