Re: [RFC] Bluetooth: Adding support for /etc/bluetooth/main.conf.d

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Sonny,

>>> It was found that a change to the default settings for
>>> MinConnectionInterval and MaxConnectionInterval in main.conf broke
>>> some of ChromeOS’s keyboard HID tests for only certain Bluetooth
>>> controllers. These keyboards aren’t able to connect to the device.
>>> Since those connection parameters improve the connection interval for
>>> most other chipsets, we want to leave the default values but have a
>>> way to have an optional override to address problematic models.
>>> 
>>> 
>>> Proposed Solution
>>> 
>>> Adding support to bluetoothd for an additional config directory
>>> /etc/bluetooth/main.conf.d containing multiple files which will
>>> override common params. Override order will be lexically sorted
>>> filename order. This pattern is already used by Linux distros, for
>>> example there is /etc/sudoers.d which files will override common
>>> params in /etc/sudoers.
>>> 
>>> Users can add override config files to /etc/bluetooth/main.conf.d
>>> rather than directly editing /etc/bluetooth/main.conf. This is more
>>> friendly to package managers since BlueZ package updates won't cause
>>> conflict to /etc/bluetooth/main.conf.
>>> 
>>> In bluez’s main.c, merge the params for each *.conf file from
>>> /etc/bluetooth/main.conf.d with the existing /etc/bluetooth/main.conf
>>> in lexical filename order
>>> 
>>> /etc/bluetooth/main.conf.d will be configurable at build time, e.g.
>>> with ./configure --main-conf-dir
>> 
>> actually I rather not do this. Let met try to explain this. In modern distribution layout, the /etc directory is purely for the admin of the system. They can do localized changes. Defaults are meant to be in /usr/lib/ actually. And override is also meant that an /etc file can fully replace an /usr/lib file.
>> 
>> We already structured that /etc/bluetooth/main.conf is optional and that package managers / distros should only install it if they really know what they are doing. If an upgrade of a package overwrites /etc/bluetooth/main.conf then it is doing something wrong (mind you we don’t install it by default).
>> 
>> That said, some time ago I discussed with Alain, that fundamentally you first need an option to identify your controller, what firmware etc. and then can decide what to load. That thread ended and got no further discussion. Based on that identification we wanted to allow tweaking certain set of parameters to add known good parameters / workaround to broken hardware.
>> 
>> If you say, that you already know all of this anyway upfront and your filesystem is specific for a given platform, then use tmpfs for /etc/bluetooth/main.conf or alternatively, we actually introduce support for CONFIGURATION_DIRECTORY. We already have this in iwd and it would make sense to just support it.
>> 
>> The CONFIGURATION_DIRECTORY directory comes from systemd (https://www.freedesktop.org/software/systemd/man/systemd.exec.html), but since it is just an environment variable for the bluetoothd process, you can do with any shell by just setting it.
> 
> If I interpret this correctly, the reason against this proposal isn't
> really about the location of the conf (/usr vs /etc), but rather that
> BlueZ intends to use the main.conf already as an override (so there is
> no need for another override), is that right?

that is one of them. The other is that these days overrides are done differently as mentioned above.

Regards

Marcel




[Index of Archives]     [Bluez Devel]     [Linux Wireless Networking]     [Linux Wireless Personal Area Networking]     [Linux ATH6KL]     [Linux USB Devel]     [Linux Media Drivers]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux