Accepting request 925453 from home:jsegitz:branches:systemdhardening_protectclock

- Drop ProtectClock hardening, can cause issues if other device acceess is needed

OBS-URL: https://build.opensuse.org/request/show/925453
OBS-URL: https://build.opensuse.org/package/show/network:fcoe/fcoe-utils?expand=0&rev=51
This commit is contained in:
Lee Duncan 2021-10-18 18:50:39 +00:00 committed by Git OBS Bridge
parent fbbc35f4c4
commit 0ae7f56e56
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Oct 15 12:11:45 UTC 2021 - Johannes Segitz <jsegitz@suse.com>
- Drop ProtectClock hardening, can cause issues if other device acceess is needed
-------------------------------------------------------------------
Tue Sep 14 08:23:41 UTC 2021 - Johannes Segitz <jsegitz@suse.com>

View File

@ -2,7 +2,7 @@ Index: fcoe-utils-1.0.34/etc/systemd/fcoe.service
===================================================================
--- fcoe-utils-1.0.34.orig/etc/systemd/fcoe.service
+++ fcoe-utils-1.0.34/etc/systemd/fcoe.service
@@ -3,6 +3,16 @@ Description=Open-FCoE initiator daemon
@@ -3,6 +3,15 @@ Description=Open-FCoE initiator daemon
After=syslog.target network.target
[Service]
@ -11,7 +11,6 @@ Index: fcoe-utils-1.0.34/etc/systemd/fcoe.service
+ProtectSystem=full
+ProtectHome=true
+ProtectHostname=true
+ProtectClock=true
+ProtectKernelLogs=true
+ProtectControlGroups=true
+RestrictRealtime=true