platform_system_sepolicy/private/keystore_keys.te
Janis Danisevskis 79d167704e Add keystore2 namespace for LocksettingsService.
Bug: 184664830
Test: N/A
Change-Id: Ie04186eddaae689b968690b2bb0d3692c81ac645
2021-04-14 16:03:13 -07:00

22 lines
765 B
Text

# Specify keystore2_key namespaces in this file.
# Please keep the names in alphabetical order and comment each new entry.
# A keystore2_key namespace for the shell domain. Mainly used for native tests.
type shell_key, keystore2_key_type;
# A keystore2 namespace for the su domain. Mainly used for native tests.
type su_key, keystore2_key_type;
# A keystore2 namespace for vold. Vold need special permission to handle
# its own Keymint blobs.
type vold_key, keystore2_key_type;
# A keystore2 namespace for the on-device signing daemon.
type odsign_key, keystore2_key_type;
# A keystore2 namespace for LockSettingsService.
type locksettings_key, keystore2_key_type;
# A keystore2 namespace for resume on reboot.
type resume_on_reboot_key, keystore2_key_type;