summaryrefslogtreecommitdiff
path: root/src/nshd/hackers_git/hackers.go
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-09-05 21:10:21 -0600
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-09-05 21:10:21 -0600
commit8a72892249cab1c8323b6e402684036364e1825d (patch)
tree2231ce16fc5216a1f9456697dce2e866dde298ef /src/nshd/hackers_git/hackers.go
parentb6fddfc9bea6b747be617283eb1e7c8d3725aaa1 (diff)
track group membership
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