Blame SOURCES/0001-cloud-setup-systemd-unit-rh1791758.patch

562755
From 45f33b5379c41f34fb1a27452e5f62e2d571e85e Mon Sep 17 00:00:00 2001
613f66
From: Thomas Haller <thaller@redhat.com>
613f66
Date: Thu, 16 Jan 2020 13:40:26 +0100
562755
Subject: [PATCH] cloud-setup: avoid unsupported systemd settings in
613f66
 nm-cloud-setup.service init for rhel-8.2
613f66
613f66
https://bugzilla.redhat.com/show_bug.cgi?id=1791758
613f66
---
562755
 src/nm-cloud-setup/nm-cloud-setup.service.in | 6 +++---
613f66
 1 file changed, 3 insertions(+), 3 deletions(-)
613f66
562755
diff --git a/src/nm-cloud-setup/nm-cloud-setup.service.in b/src/nm-cloud-setup/nm-cloud-setup.service.in
562755
index f4b0e2638f14..c59bd47574ba 100644
562755
--- a/src/nm-cloud-setup/nm-cloud-setup.service.in
562755
+++ b/src/nm-cloud-setup/nm-cloud-setup.service.in
562755
@@ -28,15 +28,15 @@ PrivateDevices=yes
613f66
 PrivateTmp=yes
613f66
 ProtectControlGroups=yes
613f66
 ProtectHome=yes
613f66
-ProtectHostname=yes
613f66
-ProtectKernelLogs=yes
613f66
+#ProtectHostname=yes
613f66
+#ProtectKernelLogs=yes
613f66
 ProtectKernelModules=yes
613f66
 ProtectKernelTunables=yes
613f66
 ProtectSystem=strict
613f66
 RestrictAddressFamilies=AF_UNIX AF_NETLINK AF_INET AF_INET6
613f66
 RestrictNamespaces=yes
613f66
 RestrictRealtime=yes
613f66
-RestrictSUIDSGID=yes
613f66
+#RestrictSUIDSGID=yes
613f66
 SystemCallFilter=@system-service
613f66
 
613f66
 [Install]
613f66
-- 
562755
2.31.1
613f66