Accepting request 937520 from home:jsegitz:branches:systemdhardening:network
- Add ReadWritePaths=/etc/frr to harden_frr.service.patch (bsc#1181400). OBS-URL: https://build.opensuse.org/request/show/937520 OBS-URL: https://build.opensuse.org/package/show/network/frr?expand=0&rev=36
This commit is contained in:
parent
4daa3f80a5
commit
2fc51f9063
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 9 08:40:11 UTC 2021 - Johannes Segitz <jsegitz@suse.com>
|
||||
|
||||
- Add ReadWritePaths=/etc/frr to harden_frr.service.patch (bsc#1181400).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 17 05:48:12 UTC 2021 - Linnaea Lavia <linnaea@lavia.moe>
|
||||
|
||||
|
@ -1,14 +1,15 @@
|
||||
Index: frr-frr-8.0.1/tools/frr.service.in
|
||||
Index: frr-frr-8.1/tools/frr.service.in
|
||||
===================================================================
|
||||
--- frr-frr-8.0.1.orig/tools/frr.service.in
|
||||
+++ frr-frr-8.0.1/tools/frr.service.in
|
||||
@@ -7,6 +7,15 @@ Before=network.target
|
||||
--- frr-frr-8.1.orig/tools/frr.service.in
|
||||
+++ frr-frr-8.1/tools/frr.service.in
|
||||
@@ -7,6 +7,16 @@ Before=network.target
|
||||
OnFailure=heartbeat-failed@%n
|
||||
|
||||
[Service]
|
||||
+# added automatically, for details please see
|
||||
+# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
|
||||
+ProtectSystem=full
|
||||
+ReadWritePaths=/etc/frr
|
||||
+ProtectHome=true
|
||||
+ProtectKernelModules=true
|
||||
+ProtectKernelLogs=true
|
||||
@ -18,17 +19,18 @@ Index: frr-frr-8.0.1/tools/frr.service.in
|
||||
Nice=-5
|
||||
Type=forking
|
||||
NotifyAccess=all
|
||||
Index: frr-frr-8.0.1/tools/frr@.service.in
|
||||
Index: frr-frr-8.1/tools/frr@.service.in
|
||||
===================================================================
|
||||
--- frr-frr-8.0.1.orig/tools/frr@.service.in
|
||||
+++ frr-frr-8.0.1/tools/frr@.service.in
|
||||
@@ -7,6 +7,15 @@ Before=network.target
|
||||
--- frr-frr-8.1.orig/tools/frr@.service.in
|
||||
+++ frr-frr-8.1/tools/frr@.service.in
|
||||
@@ -7,6 +7,16 @@ Before=network.target
|
||||
OnFailure=heartbeat-failed@%n
|
||||
|
||||
[Service]
|
||||
+# added automatically, for details please see
|
||||
+# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
|
||||
+ProtectSystem=full
|
||||
+ReadWritePaths=/etc/frr
|
||||
+ProtectHome=true
|
||||
+ProtectKernelModules=true
|
||||
+ProtectKernelLogs=true
|
||||
|
Loading…
Reference in New Issue
Block a user