From b1fc67c4d189293d0aee90c1905f7f387840643b Mon Sep 17 00:00:00 2001 From: Eugene Burkov Date: Fri, 29 Nov 2024 18:07:15 +0300 Subject: [PATCH] permcheck: imp doc --- internal/permcheck/security_unix.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/internal/permcheck/security_unix.go b/internal/permcheck/security_unix.go index 57a6eb95..76a36150 100644 --- a/internal/permcheck/security_unix.go +++ b/internal/permcheck/security_unix.go @@ -20,6 +20,8 @@ import ( type entity = container.KeyValue[string, bool] // entities returns a list of filesystem entities that need to be ranged over. +// +// TODO(a.garipov): Put all paths in one place and remove this duplication. func entities(workDir, dataDir, statsDir, querylogDir, confFilePath string) (ents []entity) { ents = []entity{{ Key: workDir,