26 lines
869 B
Diff
26 lines
869 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(-)
|
|
|
|
Index: audit-3.0.9/init.d/auditd.service
|
|
===================================================================
|
|
--- audit-3.0.9.orig/init.d/auditd.service
|
|
+++ audit-3.0.9/init.d/auditd.service
|
|
@@ -11,7 +11,6 @@ After=local-fs.target systemd-tmpfiles-s
|
|
Before=sysinit.target shutdown.target
|
|
##Before=shutdown.target
|
|
Conflicts=shutdown.target
|
|
-RefuseManualStop=yes
|
|
ConditionKernelCommandLine=!audit=0
|
|
ConditionKernelCommandLine=!audit=off
|
|
|