Permissions issue in /etc/kea/ in Rocky Linux 9 2.4.1 Cloudsmith packages
There seems to be a problem with permissions on /etc/kea/
on Rocky Linux 9 Cloudsmith Packages (perhaps other systems but I've only checked Rocky Linux 9) that prevents config-write
from functioning. The permissions after installation of 2.4.1 are thus:
$ ls -alFh /etc/kea/
total 68K
drwxr-xr-x. 2 root root 103 May 29 16:46 ./
drwxr-xr-x. 81 root root 8.0K Jun 20 07:59 ../
-rw-r--r--. 1 root root 4.2K Nov 23 2023 kea-ctrl-agent.conf
-rw-r--r--. 1 root root 22K Nov 23 2023 kea-dhcp4.conf
-rw-r--r--. 1 root root 20K Nov 23 2023 kea-dhcp6.conf
-rw-r--r--. 1 root root 3.0K Nov 23 2023 kea-dhcp-ddns.conf
which results in Kea being unable to perform a config-write
since the packaged version of Kea run as the kea
user on Rocky Linux 9.