All of lore.kernel.org
 help / color / mirror / Atom feed
* [bluez/bluez] 88cb39: bluetooth.service: Fix ConfigurationDirectory warning
@ 2026-08-20  9:56 hadess
  0 siblings, 0 replies; only message in thread
From: hadess @ 2026-08-20  9:56 UTC (permalink / raw)
  To: linux-bluetooth

  Branch: refs/heads/1148981
  Home:   https://github.com/bluez/bluez
  Commit: 88cb39994075a97ad282b5769fe4c29411a6d38a
      https://github.com/bluez/bluez/commit/88cb39994075a97ad282b5769fe4c29411a6d38a
  Author: Bastien Nocera <hadess@hadess.net>
  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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-20  9:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-20  9:56 [bluez/bluez] 88cb39: bluetooth.service: Fix ConfigurationDirectory warning hadess

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.