forked from pool/audit
24 lines
674 B
Diff
24 lines
674 B
Diff
|
From: Tony Jones <tonyj@suse.de>
|
||
|
Subject: allow service stop
|
||
|
References: https://lists.fedoraproject.org/pipermail/devel/2012-June/169411.html
|
||
|
References: https://www.redhat.com/archives/linux-audit/2013-July/msg00048.html
|
||
|
---
|
||
|
|
||
|
legacy-actions is Fedora specific, so blocking manual stop won't work for
|
||
|
SuSE since we lack the ability to use a custom stop/restart
|
||
|
|
||
|
|
||
|
init.d/auditd.service | 1 -
|
||
|
1 file changed, 1 deletion(-)
|
||
|
|
||
|
--- a/init.d/auditd.service
|
||
|
+++ b/init.d/auditd.service
|
||
|
@@ -4,7 +4,6 @@ DefaultDependencies=no
|
||
|
After=local-fs.target
|
||
|
Conflicts=shutdown.target
|
||
|
Before=sysinit.target shutdown.target
|
||
|
-RefuseManualStop=yes
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/sbin/auditd -n
|