Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: edc69d253445fdb5c1562713c160b4731260cc07 https://github.com/bluez/bluez/commit/edc69d253445fdb5c1562713c160b4731260cc07 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2022-04-19 (Tue, 19 Apr 2022) Changed paths: M src/bluetooth.service.in Log Message: ----------- bluetooth.service: Set StateDirectoryMode This sets StateDirectoryMode to 0700 as it is the current mode used for creating files inside the storage and it is different than the default systemd uses which is 0755: [1] https://www.freedesktop.org/software/systemd/man/systemd.exec.html#RuntimeDirectoryMode= Commit: 00cfb36e20e3c35db2150e7d0351ad7b8442e2d8 https://github.com/bluez/bluez/commit/00cfb36e20e3c35db2150e7d0351ad7b8442e2d8 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2022-04-19 (Tue, 19 Apr 2022) Changed paths: M src/bluetooth.service.in Log Message: ----------- bluetooth.service: Set ConfigurationDirectoryMode This sets ConfigurationDirectoryMode to 0555 to really enforce the ConfigurationDirectory to be read-only [1]. [1] https://github.com/bluez/bluez/issues/329#issuecomment-1102459104 Commit: 832b594a25051b11345c3491dd20958c22278dfe https://github.com/bluez/bluez/commit/832b594a25051b11345c3491dd20958c22278dfe Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2022-04-19 (Tue, 19 Apr 2022) Changed paths: M doc/settings-storage.txt Log Message: ----------- settings-storage: Document use of StateDirectory This documents the use of StateDirecory environment variable which overwrites the default storage diretory when set. Commit: a1939bd51e0faba9a8550eea2590d99cb63a33c1 https://github.com/bluez/bluez/commit/a1939bd51e0faba9a8550eea2590d99cb63a33c1 Author: Diego Rondini <diego.rondini@xxxxxxxxxxxx> Date: 2022-04-19 (Tue, 19 Apr 2022) Changed paths: M test/list-devices M test/map-client M test/monitor-bluetooth M test/test-adapter M test/test-device M test/test-discovery M test/test-health M test/test-health-sink Log Message: ----------- test: changes for Python3 Remove some leftover usage of Python2 code. In particular replace iteritems() with items() to fix the following error: AttributeError: 'dbus.Dictionary' object has no attribute 'iteritems' Compare: https://github.com/bluez/bluez/compare/b2db8f0e3a69...a1939bd51e0f