diff options
author | 2022-05-11 22:25:28 +0100 | |
---|---|---|
committer | 2022-09-22 19:58:32 +0000 | |
commit | 0d03f92c2b3c137528ff5a9496a30f3e6bdd8546 (patch) | |
tree | fd2024b04e78481377ee42b2aa342ea3002cbdab /apex | |
parent | 3aec1b54aeca2b54747a7e5a3ea313aa031c4049 (diff) |
Security logging for Bluetooth connection events
As required by NIAP certification, log various Bluetooth connection and
disconnection events to security log.
Bug: 232283779
Test: manual
Change-Id: Iff04258a7ca1c19deb1e692c30724f2491fd4ed6
Diffstat (limited to 'apex')
-rw-r--r-- | apex/permissions/com.android.bluetooth.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apex/permissions/com.android.bluetooth.xml b/apex/permissions/com.android.bluetooth.xml index 059f249df5..8397cf9442 100644 --- a/apex/permissions/com.android.bluetooth.xml +++ b/apex/permissions/com.android.bluetooth.xml @@ -37,5 +37,6 @@ <permission name="android.permission.UPDATE_DEVICE_STATS" /> <permission name="android.permission.WRITE_APN_SETTINGS" /> <permission name="android.permission.WRITE_SECURE_SETTINGS" /> + <permission name="android.permission.WRITE_SECURITY_LOG" /> </privapp-permissions> </permissions> |