From 85e6880233c114450f6a0cc9e655e8c14c8af80a Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Fri, 9 Apr 2010 10:15:51 +0000 Subject: Make opentracker's user runtime configurable. Also add more debug output to aid finding problems. --- opentracker.conf.sample | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'opentracker.conf.sample') diff --git a/opentracker.conf.sample b/opentracker.conf.sample index 9cad622..f5d88d3 100644 --- a/opentracker.conf.sample +++ b/opentracker.conf.sample @@ -79,11 +79,17 @@ # batchsync.cluster.admin_ip 10.1.1.1 # -# V) Control directory where opentracker will chdir to. So all black/white -# list files may be put in that directory (shell option -d). +# V) Control privilege drop behaviour. +# Put in the directory opentracker will chroot/chdir to. All black/white +# list files must be put in that directory (shell option -d). +# # # tracker.rootdir /usr/local/etc/opentracker # +# Tell opentracker which user to setuid to. +# +# tracker.user nobody +# # VI) opentracker can be told to answer to a "GET / HTTP"-request with a # redirect to another location (shell option -r). -- cgit v1.2.3