Accepting request 932825 from filesharing
OBS-URL: https://build.opensuse.org/request/show/932825 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rtorrent?expand=0&rev=10
This commit is contained in:
commit
e63c35c838
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 16 12:09:53 UTC 2021 - Johannes Segitz <jsegitz@suse.com>
|
||||
|
||||
- Added hardening to systemd service(s) (bsc#1181400). Modified:
|
||||
* rtorrent.service
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 4 14:21:00 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -3,6 +3,18 @@ Description=rTorrent daemon
|
||||
Requires=network.target local-fs.target
|
||||
|
||||
[Service]
|
||||
# added automatically, for details please see
|
||||
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
|
||||
ProtectSystem=full
|
||||
PrivateDevices=true
|
||||
ProtectHostname=true
|
||||
ProtectClock=true
|
||||
ProtectKernelTunables=true
|
||||
ProtectKernelModules=true
|
||||
ProtectKernelLogs=true
|
||||
ProtectControlGroups=true
|
||||
RestrictRealtime=true
|
||||
# end of automatic additions
|
||||
Type=forking
|
||||
RemainAfterExit=yes
|
||||
KillMode=none
|
||||
|
Loading…
x
Reference in New Issue
Block a user