Files
android_device_qcom_sepolicy/common/keystore.te
Ricardo Cerqueira b68d772868 Fix access to crypto/DRM firmware
Change-Id: I099953a8adeacd90320daabfab384de74c52a5c3
2015-01-10 03:48:17 +00:00

7 lines
246 B
Plaintext

# Allow keystore to operate using qseecom_device
allow keystore tee_device:chr_file rw_file_perms;
# Allow keystore to search and get keymaste.mdt
allow keystore firmware_file:dir search;
allow keystore firmware_file:file { read getattr open };