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:
commit
09cae3e33d
@ -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>
|
Mon Aug 17 20:00:26 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||||
|
|
||||||
|
13
pen.service
13
pen.service
@ -2,6 +2,19 @@
|
|||||||
Description=A simple load balancer for tcp based protocols
|
Description=A simple load balancer for tcp based protocols
|
||||||
After=time-sync.target nss-lookup.target syslog.socket remote-fs.target
|
After=time-sync.target nss-lookup.target syslog.socket remote-fs.target
|
||||||
[Service]
|
[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
|
Type=forking
|
||||||
ExecStart=/usr/share/pen/scripts/rcpen start
|
ExecStart=/usr/share/pen/scripts/rcpen start
|
||||||
ExecStop=/usr/share/pen/scripts/rcpen stop
|
ExecStop=/usr/share/pen/scripts/rcpen stop
|
||||||
|
Loading…
Reference in New Issue
Block a user