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

613f66
From 04ad92e259cd81fb0a492bc0e2284877ccb297ea Mon Sep 17 00:00:00 2001
613f66
From: Thomas Haller <thaller@redhat.com>
613f66
Date: Thu, 16 Jan 2020 13:40:26 +0100
613f66
Subject: [PATCH 1/1] 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
---
613f66
 clients/cloud-setup/nm-cloud-setup.service.in | 6 +++---
613f66
 1 file changed, 3 insertions(+), 3 deletions(-)
613f66
613f66
diff --git a/clients/cloud-setup/nm-cloud-setup.service.in b/clients/cloud-setup/nm-cloud-setup.service.in
613f66
index 69a1a29ccba1..92e427beb8a1 100644
613f66
--- a/clients/cloud-setup/nm-cloud-setup.service.in
613f66
+++ b/clients/cloud-setup/nm-cloud-setup.service.in
613f66
@@ -21,15 +21,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
-- 
613f66
2.24.1
613f66