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

063fa4
From 6069af3e7a7d506c02f007c71e2a9271b8ef3d09 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
063fa4
index 9866acd8b0ae..a3df3863c4df 100644
245932
--- a/clients/cloud-setup/nm-cloud-setup.service.in
245932
+++ b/clients/cloud-setup/nm-cloud-setup.service.in
063fa4
@@ -22,15 +22,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
-- 
063fa4
2.26.2
245932