9ea1208ce0
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/925376 OBS-URL: https://build.opensuse.org/package/show/security:netfilter/ebtables?expand=0&rev=75
20 lines
481 B
Desktop File
20 lines
481 B
Desktop File
[Unit]
|
|
Description=Ethernet Bridge Filtering tables
|
|
|
|
[Service]
|
|
# added automatically, for details please see
|
|
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
|
|
ProtectSystem=full
|
|
ProtectHome=true
|
|
ProtectHostname=true
|
|
ProtectControlGroups=true
|
|
RestrictRealtime=true
|
|
# end of automatic additions
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=@LIBEXECDIR@/ebtables-helper start
|
|
ExecStop=@LIBEXECDIR@/ebtables-helper stop
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|