SHA256
1
0
forked from pool/ser2net

Accepting request 932326 from network:utilities

OBS-URL: https://build.opensuse.org/request/show/932326
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ser2net?expand=0&rev=18
This commit is contained in:
Dominique Leuenberger 2021-11-20 01:39:01 +00:00 committed by Git OBS Bridge
commit 75950b6b8f
2 changed files with 17 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Nov 16 15:53:19 UTC 2021 - Johannes Segitz <jsegitz@suse.com>
- Added hardening to systemd service(s) (bsc#1181400). Modified:
* ser2net.service
-------------------------------------------------------------------
Sat Feb 6 21:28:46 UTC 2021 - Martin Hauke <mardnh@gmx.de>

View File

@ -3,6 +3,17 @@ Description=Proxy that allows tcp connections to serial ports
After=network.target
[Service]
# added automatically, for details please see
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
ProtectSystem=full
ProtectHome=true
ProtectHostname=true
ProtectKernelTunables=true
ProtectKernelModules=true
ProtectKernelLogs=true
ProtectControlGroups=true
RestrictRealtime=true
# end of automatic additions
ExecStart=/usr/sbin/ser2net -n
[Install]