OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dhcp?expand=0&rev=129
This commit is contained in:
parent
95502ab5d2
commit
0d61c779c8
@ -6,15 +6,6 @@ Tue Oct 26 11:58:59 UTC 2021 - Reinhard Max <max@suse.com>
|
||||
removal once we don't have to support SLE-12 anymore.
|
||||
- bsc#1192020: Drop the obsolete dependency on "group(nogroup)".
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 13 13:50:50 UTC 2021 - Johannes Segitz <jsegitz@suse.com>
|
||||
|
||||
- Added hardening to systemd service(s) (bsc#1181400). Modified:
|
||||
* dhcpd.service
|
||||
* dhcpd6.service
|
||||
* dhcrelay.service
|
||||
* dhcrelay6.service
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 5 11:33:54 UTC 2021 - Reinhard Max <max@suse.com>
|
||||
|
||||
|
@ -4,18 +4,6 @@ Before=multi-user.target
|
||||
After=remote-fs.target network.target nss-lookup.target time-sync.target slapd.service sssd.service ndsd.service
|
||||
|
||||
[Service]
|
||||
# added automatically, for details please see
|
||||
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
|
||||
ProtectSystem=full
|
||||
ProtectHome=true
|
||||
PrivateDevices=true
|
||||
ProtectClock=true
|
||||
ProtectKernelTunables=true
|
||||
ProtectKernelModules=true
|
||||
ProtectKernelLogs=true
|
||||
ProtectControlGroups=true
|
||||
RestrictRealtime=true
|
||||
# end of automatic additions
|
||||
Type=forking
|
||||
Restart=on-abort
|
||||
ExecStart=@LIBEXECDIR@/dhcp/dhcpd -4 start
|
||||
|
@ -4,18 +4,6 @@ Before=multi-user.target
|
||||
After=remote-fs.target network.target nss-lookup.target time-sync.target slapd.service sssd.service ndsd.service
|
||||
|
||||
[Service]
|
||||
# added automatically, for details please see
|
||||
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
|
||||
ProtectSystem=full
|
||||
ProtectHome=true
|
||||
PrivateDevices=true
|
||||
ProtectClock=true
|
||||
ProtectKernelTunables=true
|
||||
ProtectKernelModules=true
|
||||
ProtectKernelLogs=true
|
||||
ProtectControlGroups=true
|
||||
RestrictRealtime=true
|
||||
# end of automatic additions
|
||||
Type=forking
|
||||
Restart=on-abort
|
||||
ExecStart=@LIBEXECDIR@/dhcp/dhcpd -6 start
|
||||
|
@ -4,18 +4,6 @@ Before=multi-user.target
|
||||
After=remote-fs.target network.target nss-lookup.target time-sync.target ldap.service ndsd.service
|
||||
|
||||
[Service]
|
||||
# added automatically, for details please see
|
||||
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
|
||||
ProtectSystem=full
|
||||
ProtectHome=true
|
||||
PrivateDevices=true
|
||||
ProtectClock=true
|
||||
ProtectKernelTunables=true
|
||||
ProtectKernelModules=true
|
||||
ProtectKernelLogs=true
|
||||
ProtectControlGroups=true
|
||||
RestrictRealtime=true
|
||||
# end of automatic additions
|
||||
Type=forking
|
||||
Restart=on-abort
|
||||
ExecStart=@LIBEXECDIR@/dhcp/dhcrelay -4 start
|
||||
|
@ -4,18 +4,6 @@ Before=multi-user.target
|
||||
After=remote-fs.target network.target nss-lookup.target time-sync.target ldap.service ndsd.service
|
||||
|
||||
[Service]
|
||||
# added automatically, for details please see
|
||||
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
|
||||
ProtectSystem=full
|
||||
ProtectHome=true
|
||||
PrivateDevices=true
|
||||
ProtectClock=true
|
||||
ProtectKernelTunables=true
|
||||
ProtectKernelModules=true
|
||||
ProtectKernelLogs=true
|
||||
ProtectControlGroups=true
|
||||
RestrictRealtime=true
|
||||
# end of automatic additions
|
||||
Type=forking
|
||||
Restart=on-abort
|
||||
ExecStart=@LIBEXECDIR@/dhcp/dhcrelay -6 start
|
||||
|
Loading…
Reference in New Issue
Block a user