20 lines
648 B
Diff
20 lines
648 B
Diff
Description: Change the default user the binary will run as to stunnel4
|
|
Forwarded: not-needed
|
|
Author: Julien Lemoine <speedblue@debian.org>
|
|
Author: Luis Rodrigo Gallardo Cruz <rodrigo@debian.org>
|
|
Last-Update: 2015-06-13
|
|
|
|
--- a/tools/stunnel.conf-sample.in
|
|
+++ b/tools/stunnel.conf-sample.in
|
|
@@ -8,8 +8,8 @@
|
|
; **************************************************************************
|
|
|
|
; It is recommended to drop root privileges if stunnel is started by root
|
|
-;setuid = nobody
|
|
-;setgid = @DEFAULT_GROUP@
|
|
+;setuid = stunnel4
|
|
+;setgid = stunnel4
|
|
|
|
; PID file is created inside the chroot jail (if enabled)
|
|
;pid = @localstatedir@/run/stunnel.pid
|