summary refs log tree commit diff stats
path: root/block.go
Commit message (Collapse)AuthorAgeFilesLines
* 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 unix.UnveilBlockAndinus2020-04-081-0/+9