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 df13fe5 commit e9d6a00Copy full SHA for e9d6a00
unix/unveil_openbsd.go
@@ -50,7 +50,7 @@ func supportsUnveil() error {
50
51
// unveil is not available before 6.4
52
if maj < 6 || (maj == 6 && min <= 3) {
53
- return fmt.Errorf("cannot use execpromises on OpenBSD %d.%d", maj, min)
+ return fmt.Errorf("cannot use unveil on OpenBSD %d.%d", maj, min)
54
}
55
56
return nil
0 commit comments