diff --git a/godrop.go b/godrop.go index d7d1fdb..8df3298 100644 --- a/godrop.go +++ b/godrop.go @@ -24,7 +24,7 @@ type Config struct { // Group is the group to drop privileges to. Group string // Chroot is the directory to chroot into. Leave this emptry for no chroot. - // When running on linux, make sure the chroot directory contains the /etc/passwd and /etc/group files. + // When compiling without cgo, make sure the chroot directory contains the /etc/passwd and /etc/group files. Chroot string // Set to true, to run the process in the foreground. Foreground bool