Accepting request 1133727 from network

OBS-URL: https://build.opensuse.org/request/show/1133727
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pen?expand=0&rev=19
This commit is contained in:
Ana Guerrero 2023-12-17 20:34:10 +00:00 committed by Git OBS Bridge
commit 09cae3e33d
2 changed files with 19 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Oct 18 14:17:33 UTC 2021 - Johannes Segitz <jsegitz@suse.com>
- Added hardening to systemd service(s) (bsc#1181400). Modified:
* pen.service
-------------------------------------------------------------------
Mon Aug 17 20:00:26 UTC 2020 - Dirk Mueller <dmueller@suse.com>

View File

@ -2,6 +2,19 @@
Description=A simple load balancer for tcp based protocols
After=time-sync.target nss-lookup.target syslog.socket remote-fs.target
[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=forking
ExecStart=/usr/share/pen/scripts/rcpen start
ExecStop=/usr/share/pen/scripts/rcpen stop