Files
android_device_qcom_sepolicy/common/drmserver.te
Avijit Kanti Das 441bad4f45 Replacing permissions with macros
Replacing all the permissions with macros
Allow all domians except untrusted_app to access diag_device
Restrict untrusted_app to access diag_device

Change-Id: Ibad902746f25a23f10840fae3c0bac65b2ff74e0
2015-06-26 11:13:47 -07:00

6 lines
210 B
Plaintext

#Address denial logs for drm server accessing firmware file
r_dir_file(drmserver, firmware_file)
#Address denial logs for drm server accessing qseecom driver
allow drmserver tee_device:chr_file rw_file_perms;