Skip to content
Snippets Groups Projects
Commit 1e588b02 authored by Myles Watson's avatar Myles Watson
Browse files

Allow the Bluetooth HAL to log firmware versions

Give the default implementation access to /data/misc/blue* for
backward compatibility.

Future Bluetooth HAL implementations should use the system log.

Test: VTS tests pass, Bluetooth starts/stops
Change-Id: Ia67896b46e3e9ce3421bbb0c8a8542f290b39083
parent f41d89eb
No related branches found
No related tags found
No related merge requests found
......@@ -8,3 +8,7 @@ init_daemon_domain(hal_bluetooth_default)
userdebug_or_eng(`
allow hal_bluetooth_default self:capability net_admin;
')
# Logging for backward compatibility
allow hal_bluetooth_default bluetooth_data_file:dir ra_dir_perms;
allow hal_bluetooth_default bluetooth_data_file:file create_file_perms;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment