forked from pool/alsa-utils
Takashi Iwai
1c5d35883c
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
18 lines
477 B
Desktop File
18 lines
477 B
Desktop File
[Unit]
|
|
Description=Load extra kernel modules for sound stuff
|
|
After=alsa-restore.service
|
|
ConditionPathExists=/proc/asound
|
|
|
|
[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
|
|
ExecStart=/usr/lib/systemd/scripts/load-sound-modules.sh
|