implemented pledge and unveil on openbsd

This commit is contained in:
ston1th 2022-10-08 17:48:16 +02:00
commit 0c4376ec32
205 changed files with 19126 additions and 4610 deletions

View file

@ -1,3 +1,6 @@
// Copyright (C) 2022 Marius Schellenberger
// crypto parts taken from https://github.com/filosottile/age
package crypto
import (