forked from pool/alsa-utils
Accepting request 908833 from home:jsegitz:branches:systemdhardening:multimedia:libs
Automatic systemd hardening effort by the security team. This has not been tested. For details please see https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort OBS-URL: https://build.opensuse.org/request/show/908833 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/alsa-utils?expand=0&rev=196
This commit is contained in:
parent
714a3234d5
commit
1c5d35883c
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 28 07:46:26 UTC 2021 - Johannes Segitz <jsegitz@suse.com>
|
||||||
|
|
||||||
|
- Added hardening to systemd service(s). Modified:
|
||||||
|
* sound-extra.service
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 14 15:04:57 CEST 2021 - tiwai@suse.de
|
Mon Jun 14 15:04:57 CEST 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -4,5 +4,14 @@ After=alsa-restore.service
|
|||||||
ConditionPathExists=/proc/asound
|
ConditionPathExists=/proc/asound
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
# added automatically, for details please see
|
||||||
|
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
|
||||||
|
ProtectSystem=full
|
||||||
|
ProtectHome=true
|
||||||
|
ProtectHostname=true
|
||||||
|
ProtectClock=true
|
||||||
|
ProtectKernelTunables=true
|
||||||
|
ProtectKernelLogs=true
|
||||||
|
ProtectControlGroups=true
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
ExecStart=/usr/lib/systemd/scripts/load-sound-modules.sh
|
ExecStart=/usr/lib/systemd/scripts/load-sound-modules.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user