[bluez/bluez] 88cb39: bluetooth.service: Fix ConfigurationDirectory warning
hadess <[email protected]>
| Newsgroups | org.kernel.vger.linux-bluetooth |
|---|---|
| Message-ID | <bluez/bluez/push/refs/heads/1148981/[email protected]> |
Branch: refs/heads/1148981
Home: https://github.com/bluez/bluez
Commit: 88cb39994075a97ad282b5769fe4c29411a6d38a
https://github.com/bluez/bluez/commit/88cb39994075a97ad282b5769fe4c29411a6d38a
Author: Bastien Nocera <[email protected]>
Date: 2026-08-20 (Thu, 20 Aug 2026)
Changed paths:
M src/bluetooth.service.in
Log Message:
-----------
bluetooth.service: Fix ConfigurationDirectory warning
When running "systemctl start bluetooth.service" on some systems, this
error would appear:
systemd[8067]: ConfigurationDirectory 'bluetooth' already exists but the mode is different. (File system: 755 ConfigurationDirectoryMode: 555)
ConfigurationDirectoryMode was mistakenly thought to help sandbox the
daemon, but the service configuration already sets ProtectSystem=strict
but "If [ProtectSystem is] set to "strict" the entire file system
hierarchy is mounted read-only", so bluetoothd can't write to
/etc/bluetooth anyway.
Fixes: 00cfb36e20e3 ("bluetooth.service: Set ConfigurationDirectoryMode")
Closes: https://github.com/bluez/bluez/issues/414
To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications