Skip to content

Commit

Permalink
permcheck: imp doc
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneOne1 committed Nov 29, 2024
1 parent 0b6a713 commit b1fc67c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/permcheck/security_unix.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b1fc67c

Please sign in to comment.