We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6607d46 commit ebc0461Copy full SHA for ebc0461
unix/unveil_openbsd.go
@@ -10,8 +10,6 @@ import "fmt"
10
// For more information see unveil(2).
11
// Note that the special case of blocking further
12
// unveil calls is handled by UnveilBlock.
13
-//
14
-// Unveil requires OpenBSD 6.4 or later.
15
func Unveil(path string, flags string) error {
16
if err := supportsUnveil(); err != nil {
17
return err
@@ -29,8 +27,6 @@ func Unveil(path string, flags string) error {
29
27
30
28
// UnveilBlock blocks future unveil calls.
31
32
33
34
func UnveilBlock() error {
35
36
0 commit comments