From 48dd5557c00d8dd8acd878cc115d2b966ef9bc1f Mon Sep 17 00:00:00 2001 From: Leonid Evdokimov Date: Mon, 21 Mar 2016 11:10:11 +0300 Subject: [PATCH] Mention `nogroup' name difference between RedHat-like and Debian-like distributions. See also #60 --- redsocks.conf.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/redsocks.conf.example b/redsocks.conf.example index ffec3dca..478de4e9 100644 --- a/redsocks.conf.example +++ b/redsocks.conf.example @@ -21,6 +21,9 @@ base { * privilegies on startup. * Note, your chroot may requre /etc/localtime if you write log to syslog. * Log is opened before chroot & uid changing. + * Debian, Ubuntu and some other distributions use `nogroup` instead of + * `nobody`, so change it according to your system if you want redsocks + * to drop root privileges. */ // user = nobody; // group = nobody;