diff --git a/prebuilts/api/33.0/private/bluetooth.te b/prebuilts/api/33.0/private/bluetooth.te index d548e8018..0b001e281 100644 --- a/prebuilts/api/33.0/private/bluetooth.te +++ b/prebuilts/api/33.0/private/bluetooth.te @@ -46,6 +46,9 @@ allow bluetooth proc_bluetooth_writable:file rw_file_perms; allow bluetooth proc_filesystems:file r_file_perms; get_prop(bluetooth, incremental_prop) +# For Bluetooth to check security logging state +get_prop(bluetooth, device_logging_prop) + # Allow write access to bluetooth specific properties set_prop(bluetooth, binder_cache_bluetooth_server_prop); neverallow { domain -bluetooth -init } diff --git a/private/bluetooth.te b/private/bluetooth.te index d548e8018..0b001e281 100644 --- a/private/bluetooth.te +++ b/private/bluetooth.te @@ -46,6 +46,9 @@ allow bluetooth proc_bluetooth_writable:file rw_file_perms; allow bluetooth proc_filesystems:file r_file_perms; get_prop(bluetooth, incremental_prop) +# For Bluetooth to check security logging state +get_prop(bluetooth, device_logging_prop) + # Allow write access to bluetooth specific properties set_prop(bluetooth, binder_cache_bluetooth_server_prop); neverallow { domain -bluetooth -init }