47f3761cc8
Add a keystore2_key namespace that can be used by `shell` for testing. Bug: 158500146 Bug: 162265751 Test: keystore2_test Change-Id: I78b9b285969dd503a09609f7bcb02552b24d1a6b Merged-In: I78b9b285969dd503a09609f7bcb02552b24d1a6b
15 lines
566 B
Text
15 lines
566 B
Text
# 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)
|
|
# su_key is a keystore_key namespace for the su domain intended for native tests.
|
|
0 u:object_r:su_key:s0
|
|
|
|
# shell_key is a keystore_key namespace for the shell domain intended for native tests.
|
|
1 u:object_r:shell_key:s0
|
|
|
|
# vold_key is a keystore2_key namespace for vold. It allows using raw Keymint blobs.
|
|
100 u:object_r:vold_key:s0
|
|
|