diff options
author | Anirudh Oppiliappan <x@icyphox.sh> | 2022-12-22 16:24:31 +0530 |
---|---|---|
committer | Anirudh Oppiliappan <x@icyphox.sh> | 2022-12-22 16:24:31 +0530 |
commit | 2b57b6e0b1b936f45aa4ed8fd0ed2f57b7d370f3 (patch) | |
tree | 33c8f2e6f6213c63a0255891c46d7018488f63ab /main.go | |
parent | unveil: reorder (diff) | |
download | legitrx-2b57b6e0b1b936f45aa4ed8fd0ed2f57b7d370f3.tar.gz legitrx-2b57b6e0b1b936f45aa4ed8fd0ed2f57b7d370f3.tar.zst legitrx-2b57b6e0b1b936f45aa4ed8fd0ed2f57b7d370f3.zip |
unveil: /dev/null
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ func main() { } if err := UnveilPaths([]string{ + "/dev/null", c.Dirs.Static, c.Repo.ScanPath, c.Dirs.Templates, |