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 56eca24 commit 6607d46Copy full SHA for 6607d46
unix/pledge_openbsd.go
@@ -57,9 +57,6 @@ func PledgePromises(promises string) error {
57
//
58
// This changes the execpromises and leaves the promises untouched.
59
60
-// The pledge syscall does not accept execpromises on OpenBSD releases
61
-// before 6.3.
62
-//
63
// For more information see pledge(2).
64
func PledgeExecpromises(execpromises string) error {
65
if err := pledgeAvailable(); err != nil {
0 commit comments