2020-07-25 22:02:29 +02:00
|
|
|
# Keystore 2.0 key contexts.
|
|
|
|
# This file defines Keystore 2.0 namespaces and maps them to labels.
|
|
|
|
# Format:
|
|
|
|
# <namespace> <label>
|
|
|
|
#
|
|
|
|
# <namespace> must be an integer in the interval [0 ... 2^31)
|
2023-10-16 23:44:26 +02:00
|
|
|
# su_key is a keystore2_key namespace for the su domain intended for native tests.
|
2020-07-27 22:06:11 +02:00
|
|
|
0 u:object_r:su_key:s0
|
|
|
|
|
2023-10-16 23:44:26 +02:00
|
|
|
# shell_key is a keystore2_key namespace for the shell domain intended for native tests.
|
2020-07-27 22:07:39 +02:00
|
|
|
1 u:object_r:shell_key:s0
|
|
|
|
|
2020-08-01 07:22:49 +02:00
|
|
|
# vold_key is a keystore2_key namespace for vold. It allows using raw Keymint blobs.
|
|
|
|
100 u:object_r:vold_key:s0
|
2020-07-25 22:02:29 +02:00
|
|
|
|
2021-02-04 11:56:24 +01:00
|
|
|
# odsign_key is a keystore2_key namespace for the on-device signing daemon.
|
|
|
|
101 u:object_r:odsign_key:s0
|
2021-02-02 08:04:45 +01:00
|
|
|
|
2021-04-15 01:03:13 +02:00
|
|
|
# wifi_key is a keystore2_key namespace for the WI-FI subsystem. It replaces the WIFI_UID
|
2021-02-02 08:04:45 +01:00
|
|
|
# namespace in keystore.
|
|
|
|
102 u:object_r:wifi_key:s0
|
|
|
|
|
2021-04-15 01:03:13 +02:00
|
|
|
# locksettings_key is a keystore2_key namespace for the LockSettingsService.
|
|
|
|
103 u:object_r:locksettings_key:s0
|
|
|
|
|
2020-12-16 01:57:26 +01:00
|
|
|
# resume_on_reboot_key is a keystore2_key namespace intended for resume on reboot.
|
|
|
|
120 u:object_r:resume_on_reboot_key:s0
|
|
|
|
|