blob: 7c9f72355d2034eef24dc6cbb163f8755b58e1cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
Index: conf/conf.xml.in
===================================================================
--- conf/conf.xml.in (revision 3022)
+++ conf/conf.xml.in (working copy)
@@ -38,12 +38,10 @@
</Common>
<Enforcer>
-<!--
<Privileges>
<User>opendnssec</User>
<Group>opendnssec</Group>
</Privileges>
--->
<Datastore><SQLite>@OPENDNSSEC_STATE_DIR@/kasp.db</SQLite></Datastore>
<Interval>PT3600S</Interval>
@@ -56,12 +54,10 @@
</Enforcer>
<Signer>
-<!--
<Privileges>
<User>opendnssec</User>
<Group>opendnssec</Group>
</Privileges>
--->
<WorkingDirectory>@OPENDNSSEC_STATE_DIR@/tmp</WorkingDirectory>
<WorkerThreads>8</WorkerThreads>
@@ -80,12 +76,10 @@
</Signer>
<Auditor>
-<!--
<Privileges>
<User>opendnssec</User>
<Group>opendnssec</Group>
</Privileges>
--->
<WorkingDirectory>@OPENDNSSEC_STATE_DIR@/tmp</WorkingDirectory>
</Auditor>
|