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

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