Merge "Allow the Bluetooth HAL to log firmware versions"
diff --git a/private/hal_bluetooth_default.te b/private/hal_bluetooth_default.te
index b8fce63..88fd42b 100644
--- a/private/hal_bluetooth_default.te
+++ b/private/hal_bluetooth_default.te
@@ -8,3 +8,7 @@
 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;