Hi, since February Bluez installs a config directory with mode 0555 [1]. This broke the Buildroot build, because files in that directory cannot be deleted any more. Buildroot disabled the datafiles installation as a workaround [2], but at least in my setup this breaks *running* bluetoothd because the D-bus policy is missing that way. The commit message mentions needing specific permission, but does not explain why /etc/bluetooth can't have mode 0755 (as it does on my Debian system, with Bluetooth working just fine). So my questions are: Can I just send a patch to change the permissions? If not, why does it need to be read-only? I think I'll need to understand that for a proper fix if changing permissions isn't right. Kind regards, Fiona [1] https://git.kernel.org/pub/scm/bluetooth/bluez.git/commit/?id=be0e796299b0e7a73bf06c5655b56180588550b0 [2] https://gitlab.com/buildroot.org/buildroot/-/commit/1a8676aa6e4b0e372a1a744eac6e53c90c03bf0e