Merge "Prepare sepolicy for launching Keystore 2.0 service"
This commit is contained in:
commit
8cd90a5d20
2 changed files with 2 additions and 0 deletions
|
@ -259,6 +259,7 @@
|
|||
/system/bin/art_apex_boot_integrity u:object_r:art_apex_boot_integrity_exec:s0
|
||||
/system/bin/credstore u:object_r:credstore_exec:s0
|
||||
/system/bin/keystore u:object_r:keystore_exec:s0
|
||||
/system/bin/keystore2 u:object_r:keystore_exec:s0
|
||||
/system/bin/fingerprintd u:object_r:fingerprintd_exec:s0
|
||||
/system/bin/gatekeeperd u:object_r:gatekeeperd_exec:s0
|
||||
/system/bin/tombstoned u:object_r:tombstoned_exec:s0
|
||||
|
|
|
@ -16,6 +16,7 @@ android.os.UpdateEngineService u:object_r:update_engine_service:s0
|
|||
android.os.UpdateEngineStableService u:object_r:update_engine_stable_service:s0
|
||||
android.security.identity u:object_r:credstore_service:s0
|
||||
android.security.keystore u:object_r:keystore_service:s0
|
||||
android.security.keystore2 u:object_r:keystore_service:s0
|
||||
android.service.gatekeeper.IGateKeeperService u:object_r:gatekeeper_service:s0
|
||||
app_binding u:object_r:app_binding_service:s0
|
||||
app_integrity u:object_r:app_integrity_service:s0
|
||||
|
|
Loading…
Reference in a new issue