forked from pool/audit
e700ce1264
- Version update to 2.5. See audit.spec (libaudit1) for upstream changelog - Cleanup with spec-cleaner - Sort out bit /sbin /usr/sbin/ installation - Install the rules as documentation - Remove needless %py_requires from python subpkgs - Version update to 2.5 release - Refresh two patches and README to contain SUSE and not SuSE * audit-allow-manual-stop.patch * audit-plugins-path.patch - Cleanup with spec-cleaner and do not use subshells but rather use -C parameter of make - Install m4 file to the devel package OBS-URL: https://build.opensuse.org/request/show/382986 OBS-URL: https://build.opensuse.org/package/show/security/audit?expand=0&rev=82
24 lines
715 B
Diff
24 lines
715 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 systemd-tmpfiles-setup.service
|
|
Conflicts=shutdown.target
|
|
Before=sysinit.target shutdown.target
|
|
-RefuseManualStop=yes
|
|
ConditionKernelCommandLine=!audit=0
|
|
|
|
[Service]
|