Accepting request 1140878 from home:onlyJak0b:branches:server:dns
- Use prefixes instead of sudo in unbound.service (boo#1215628) OBS-URL: https://build.opensuse.org/request/show/1140878 OBS-URL: https://build.opensuse.org/package/show/server:dns/unbound?expand=0&rev=171
This commit is contained in:
parent
7cb2902336
commit
2fa50e9f92
@ -7,6 +7,11 @@ Wed Feb 28 13:35:31 UTC 2024 - Pedro Monreal <pmonreal@suse.com>
|
|||||||
exploited to exhaust CPU resources and stall DNS resolvers.
|
exploited to exhaust CPU resources and stall DNS resolvers.
|
||||||
- Fix CVE-2023-50868, NSEC3 closest encloser proof can exhaust CPU.
|
- Fix CVE-2023-50868, NSEC3 closest encloser proof can exhaust CPU.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 23 09:32:21 UTC 2024 - Jakob Lorenz <onlyjak0b@mailbox.org>
|
||||||
|
|
||||||
|
- Use prefixes instead of sudo in unbound.service (boo#1215628)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 17 09:50:18 UTC 2023 - Pedro Monreal <pmonreal@suse.com>
|
Fri Nov 17 09:50:18 UTC 2023 - Pedro Monreal <pmonreal@suse.com>
|
||||||
|
|
||||||
|
@ -9,11 +9,13 @@ Wants=nss-lookup.target
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
|
User=unbound
|
||||||
|
Group=unbound
|
||||||
EnvironmentFile=-/etc/sysconfig/unbound
|
EnvironmentFile=-/etc/sysconfig/unbound
|
||||||
#ExecStartPre=/sbin/runuser --shell /bin/sh -c "/usr/sbin/unbound-anchor -a /var/lib/unbound/root.key -c /etc/unbound/icannbundle.pem" unbound
|
#ExecStartPre=/sbin/runuser --shell /bin/sh -c "/usr/sbin/unbound-anchor -a /var/lib/unbound/root.key -c /etc/unbound/icannbundle.pem" unbound
|
||||||
ExecStartPre=/usr/bin/sudo -u unbound /usr/sbin/unbound-anchor -a /var/lib/unbound/root.key -c /etc/unbound/icannbundle.pem
|
ExecStartPre=/usr/sbin/unbound-anchor -a /var/lib/unbound/root.key -c /etc/unbound/icannbundle.pem
|
||||||
ExecStartPre=/usr/sbin/unbound-checkconf
|
ExecStartPre=/usr/sbin/unbound-checkconf
|
||||||
ExecStart=/usr/sbin/unbound -d $UNBOUND_OPTIONS
|
ExecStart=!/usr/sbin/unbound -d $UNBOUND_OPTIONS
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
Loading…
x
Reference in New Issue
Block a user