Clemens Famulla-Conrad
41deaf30e9
- Added hardening to systemd service(s) (bsc#1181400). Modified: * wpa_supplicant.service OBS-URL: https://build.opensuse.org/request/show/945228 OBS-URL: https://build.opensuse.org/package/show/hardware/wpa_supplicant?expand=0&rev=129
25 lines
655 B
Desktop File
25 lines
655 B
Desktop File
[Unit]
|
|
Description=WPA Supplicant daemon
|
|
After=dbus.service
|
|
Before=network-pre.target
|
|
Wants=network-pre.target
|
|
|
|
[Service]
|
|
# added automatically, for details please see
|
|
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
|
|
ProtectSystem=full
|
|
ProtectHome=read-only
|
|
ProtectHostname=true
|
|
ProtectKernelTunables=true
|
|
ProtectKernelModules=true
|
|
ProtectKernelLogs=true
|
|
ProtectControlGroups=true
|
|
RestrictRealtime=true
|
|
# end of automatic additions
|
|
Type=dbus
|
|
BusName=fi.w1.wpa_supplicant1
|
|
ExecStart=/usr/sbin/wpa_supplicant -c /etc/wpa_supplicant/wpa_supplicant.conf -u -t -f /var/log/wpa_supplicant.log
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|