summaryrefslogtreecommitdiffstats
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/main.go b/main.go
index 0854e0c..01b1e5d 100644
--- a/main.go
+++ b/main.go
@@ -20,12 +20,7 @@ func main() {
log.Fatal(err)
}
- if err := Unveil("/usr/local/bin/git", "rx"); err != nil {
- log.Fatalf("unveil: %s", err)
- }
-
if err := UnveilPaths([]string{
- "/dev/null",
c.Dirs.Static,
c.Repo.ScanPath,
c.Dirs.Templates,