Skip to content

Commit 951a919

Browse files
committed
kea: workaround cve-2025-32802 mitigation
1 parent 7e08f59 commit 951a919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kea/kea-ctrl-agent.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
dhcp4: {
77
comment: 'main server',
88
'socket-type': 'unix',
9-
'socket-name': '/run/kea/dhcp4.sock',
9+
'socket-name': '/var/run/kea/dhcp4.sock', // /run/kea/dhcp4.sock via symlink on /var/run; https://gitlab.isc.org/isc-projects/kea/-/issues/3831
1010
},
1111
// dhcp6: {
1212
// 'socket-type': 'unix',

0 commit comments

Comments
 (0)