27 lines
707 B
Diff
27 lines
707 B
Diff
From c426507a501efde0367a09a81e917d1d10722b78 Mon Sep 17 00:00:00 2001
|
|
From: Sergio Correia <scorreia@redhat.com>
|
|
Date: Thu, 31 Mar 2022 15:00:57 -0300
|
|
Subject: [PATCH] Drop ProtectHome from auditd.service as it interferes with
|
|
rules
|
|
|
|
Upstream: https://github.com/linux-audit/audit-userspace/commit/12cf14ed
|
|
---
|
|
init.d/auditd.service | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/init.d/auditd.service b/init.d/auditd.service
|
|
index e801281..0a4c498 100644
|
|
--- a/init.d/auditd.service
|
|
+++ b/init.d/auditd.service
|
|
@@ -36,7 +36,6 @@ MemoryDenyWriteExecute=true
|
|
LockPersonality=true
|
|
ProtectControlGroups=true
|
|
ProtectKernelModules=true
|
|
-ProtectHome=true
|
|
RestrictRealtime=true
|
|
|
|
[Install]
|
|
--
|
|
2.35.1
|
|
|