unveil faFPs

This commit is contained in:
Aaron Bieber 2022-08-12 17:13:18 -06:00
parent 3f680120bb
commit 09baf69118
No known key found for this signature in database

View File

@ -31,6 +31,7 @@ func main() {
protect.Unveil(repos, "rwc")
protect.Unveil(akSrc, "r")
protect.Unveil(faFPs, "r")
protect.Unveil(hostKey, "r")
protect.Unveil("/dev", "r")
protect.Unveil("/dev/null", "rw")