diff options
| author | 2022-05-25 11:43:50 +0000 | |
|---|---|---|
| committer | 2022-05-25 11:43:50 +0000 | |
| commit | 2b2b455884e8a505550ee28e4721efdf5c8147b2 (patch) | |
| tree | cc67cf2b859903fa4ba7eb5bd40834138827e08a /data | |
| parent | fbc5263e1a4fc2c78b55e1569025e66462e12b15 (diff) | |
| parent | e806776e54bf9c9972022e326626d95e9ba71129 (diff) | |
Merge "Map WRITE_SECURITY_LOG permission to gid"
Diffstat (limited to 'data')
| -rw-r--r-- | data/etc/platform.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/etc/platform.xml b/data/etc/platform.xml index 0b8dc3fe0dec..110a83c274a9 100644 --- a/data/etc/platform.xml +++ b/data/etc/platform.xml @@ -120,6 +120,10 @@ <group gid="reserved_disk" /> </permission> + <permission name="android.permission.WRITE_SECURITY_LOG"> + <group gid="security_log" /> + </permission> + <!-- These are permissions that were mapped to gids but we need to keep them here until an upgrade from L to the current version is to be supported. These permissions are built-in |