Fix access to crypto/DRM firmware

Change-Id: I099953a8adeacd90320daabfab384de74c52a5c3
This commit is contained in:
Ricardo Cerqueira
2015-01-10 02:51:46 +00:00
parent 64bf328100
commit b68d772868
2 changed files with 9 additions and 0 deletions

View File

@@ -1,2 +1,6 @@
# 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 };

View File

@@ -34,3 +34,8 @@ unix_socket_connect(mediaserver, mpctl, perfd)
# for thermal sock files
unix_socket_connect(mediaserver, thermal, thermal-engine)
# Allow mediaserver to search and get the widevine, playready firmwares
allow mediaserver firmware_file:dir search;
allow mediaserver firmware_file:file { read getattr open };