Line 0
Link Here
|
|
|
1 |
--- pdns/common_startup.cc.orig 2020-02-24 14:34:14 UTC |
2 |
+++ pdns/common_startup.cc |
3 |
@@ -191,8 +191,8 @@ void declareArguments() |
4 |
|
5 |
::arg().setSwitch("no-shuffle","Set this to prevent random shuffling of answers - for regression testing")="off"; |
6 |
|
7 |
- ::arg().set("setuid","If set, change user id to this uid for more security")=""; |
8 |
- ::arg().set("setgid","If set, change group id to this gid for more security")=""; |
9 |
+ ::arg().set("setuid","If set, change user id to this uid for more security")="pdns"; |
10 |
+ ::arg().set("setgid","If set, change group id to this gid for more security")="pdns"; |
11 |
|
12 |
::arg().set("max-cache-entries", "Maximum number of entries in the query cache")="1000000"; |
13 |
::arg().set("max-packet-cache-entries", "Maximum number of entries in the packet cache")="1000000"; |