unveil faFPs
This commit is contained in:
parent
3f680120bb
commit
09baf69118
1
main.go
1
main.go
@ -31,6 +31,7 @@ func main() {
|
|||||||
|
|
||||||
protect.Unveil(repos, "rwc")
|
protect.Unveil(repos, "rwc")
|
||||||
protect.Unveil(akSrc, "r")
|
protect.Unveil(akSrc, "r")
|
||||||
|
protect.Unveil(faFPs, "r")
|
||||||
protect.Unveil(hostKey, "r")
|
protect.Unveil(hostKey, "r")
|
||||||
protect.Unveil("/dev", "r")
|
protect.Unveil("/dev", "r")
|
||||||
protect.Unveil("/dev/null", "rw")
|
protect.Unveil("/dev/null", "rw")
|
||||||
|
Loading…
Reference in New Issue
Block a user