Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 304733 | Differences between
and this patch

Collapse All | Expand All

(-)conf/conf.xml.in (-6 lines)
Lines 38-49 Link Here
38
	</Common>
38
	</Common>
39
39
40
	<Enforcer>
40
	<Enforcer>
41
<!--
42
		<Privileges>
41
		<Privileges>
43
			<User>opendnssec</User>
42
			<User>opendnssec</User>
44
			<Group>opendnssec</Group>
43
			<Group>opendnssec</Group>
45
		</Privileges>
44
		</Privileges>
46
-->
47
45
48
		<Datastore><SQLite>@OPENDNSSEC_STATE_DIR@/kasp.db</SQLite></Datastore>
46
		<Datastore><SQLite>@OPENDNSSEC_STATE_DIR@/kasp.db</SQLite></Datastore>
49
		<Interval>PT3600S</Interval>
47
		<Interval>PT3600S</Interval>
Lines 56-67 Link Here
56
	</Enforcer>
54
	</Enforcer>
57
55
58
	<Signer>
56
	<Signer>
59
<!--
60
		<Privileges>
57
		<Privileges>
61
			<User>opendnssec</User>
58
			<User>opendnssec</User>
62
			<Group>opendnssec</Group>
59
			<Group>opendnssec</Group>
63
		</Privileges>
60
		</Privileges>
64
-->
65
61
66
		<WorkingDirectory>@OPENDNSSEC_STATE_DIR@/tmp</WorkingDirectory>
62
		<WorkingDirectory>@OPENDNSSEC_STATE_DIR@/tmp</WorkingDirectory>
67
		<WorkerThreads>8</WorkerThreads>
63
		<WorkerThreads>8</WorkerThreads>
Lines 80-91 Link Here
80
	</Signer>
76
	</Signer>
81
77
82
	<Auditor>
78
	<Auditor>
83
<!--
84
		<Privileges>
79
		<Privileges>
85
			<User>opendnssec</User>
80
			<User>opendnssec</User>
86
			<Group>opendnssec</Group>
81
			<Group>opendnssec</Group>
87
		</Privileges>
82
		</Privileges>
88
-->
89
83
90
		<WorkingDirectory>@OPENDNSSEC_STATE_DIR@/tmp</WorkingDirectory>
84
		<WorkingDirectory>@OPENDNSSEC_STATE_DIR@/tmp</WorkingDirectory>
91
	</Auditor>
85
	</Auditor>

Return to bug 304733