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