Skip to content
Snippets Groups Projects
Commit 2cbe8e88 authored by Myles Watson's avatar Myles Watson Committed by android-build-merger
Browse files

Merge "Allow the Bluetooth HAL to log firmware versions" am: 414bfe1a am:...

Merge "Allow the Bluetooth HAL to log firmware versions" am: 414bfe1a am: b298a3f4 am: b4214217
am: 0e0f7bcc

Change-Id: I8a02b5b7b939e71c31384da1d91f5b3e9b922ae2
parents b252bfb3 0e0f7bcc
No related branches found
No related tags found
No related merge requests found
...@@ -8,3 +8,7 @@ init_daemon_domain(hal_bluetooth_default) ...@@ -8,3 +8,7 @@ init_daemon_domain(hal_bluetooth_default)
userdebug_or_eng(` userdebug_or_eng(`
allow hal_bluetooth_default self:capability net_admin; 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