diff --git a/private/hal_bluetooth_default.te b/private/hal_bluetooth_default.te
index b8fce63e189762ded029199e1586a400103c19ab..88fd42bda1e75d3d4791533970a7d937aa9cba70 100644
--- a/private/hal_bluetooth_default.te
+++ b/private/hal_bluetooth_default.te
@@ -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;