2023-05-18 13:32:20 +02:00
|
|
|
---
|
|
|
|
contrib/systemd/osmo-stp.service | 13 +++++++++++++
|
|
|
|
1 file changed, 13 insertions(+)
|
|
|
|
|
|
|
|
Index: libosmo-sccp-1.7.0/contrib/systemd/osmo-stp.service
|
2021-10-11 09:38:35 +02:00
|
|
|
===================================================================
|
2023-05-18 13:32:20 +02:00
|
|
|
--- libosmo-sccp-1.7.0.orig/contrib/systemd/osmo-stp.service
|
|
|
|
+++ libosmo-sccp-1.7.0/contrib/systemd/osmo-stp.service
|
2021-10-11 09:38:35 +02:00
|
|
|
@@ -3,6 +3,19 @@ Description=Osmocom STP (Signal Transfer
|
|
|
|
Documentation=https://osmocom.org/projects/osmo-stp/wiki
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
+# added automatically, for details please see
|
|
|
|
+# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
|
|
|
|
+ProtectSystem=full
|
|
|
|
+ProtectHome=true
|
|
|
|
+PrivateDevices=true
|
|
|
|
+ProtectHostname=true
|
|
|
|
+ProtectClock=true
|
|
|
|
+ProtectKernelTunables=true
|
|
|
|
+ProtectKernelModules=true
|
|
|
|
+ProtectKernelLogs=true
|
|
|
|
+ProtectControlGroups=true
|
|
|
|
+RestrictRealtime=true
|
|
|
|
+# end of automatic additions
|
|
|
|
Type=simple
|
|
|
|
Restart=always
|
2023-05-18 13:32:20 +02:00
|
|
|
StateDirectory=osmocom
|