commit 4cfdbb91a6d78365d0fcaef9672f1c8603d8660d
parent 8921484644164e81042bb9b28f658087e6526ff3
Author: vasyahacker <vasya@magicfreedom.com>
Date: Mon, 15 May 2023 12:52:57 +0400
unveil list.txt fix
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmd/idecd/main.go b/cmd/idecd/main.go
@@ -122,8 +122,8 @@ func main() {
unveil(*tpl_path_opt, "r")
unveil(*style_path_opt, "r")
- unveil(*echo_opt, "r")
- unveil(*users_opt, "rwc")
+ unveil(*echo_opt, "rwc") // list.txt
+ unveil(*users_opt, "rwc") // points.txt
unveil(filepath.Dir(*db_opt), "rwc")
unveil(*db_opt+".idx", "rwc")
unveil(os.TempDir(), "rwc")