summaryrefslogtreecommitdiff
path: root/src/nshd/hackers_git/hackers.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/nshd/hackers_git/hackers.go')
-rw-r--r--src/nshd/hackers_git/hackers.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nshd/hackers_git/hackers.go b/src/nshd/hackers_git/hackers.go
index ca3974d..c62c476 100644
--- a/src/nshd/hackers_git/hackers.go
+++ b/src/nshd/hackers_git/hackers.go
@@ -26,6 +26,7 @@ type Hackers struct {
lock sync.RWMutex
workers sync.WaitGroup
users map[int32]user
+ groups map[string]map[string]bool
in_fd *inotify.Inotify
in_wd_home inotify.Wd