diff --git a/main.go b/main.go index 14930b0..59ed19b 100644 --- a/main.go +++ b/main.go @@ -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")