selinux: audio: update policy file for audio

update policy file to allow QACT to access debugfs

Change-Id: Ia4897325e1869015f4e205823eff1e923ba3abef
This commit is contained in:
Srikanth Uyyala
2014-11-12 18:16:10 +05:30
committed by Steve Kondik
parent c6a655da9c
commit 7f134914b0

View File

@@ -39,3 +39,7 @@ unix_socket_connect(mediaserver, thermal, thermal-engine)
allow mediaserver firmware_file:dir search;
allow mediaserver firmware_file:file { read getattr open };
#access to audio
userdebug_or_eng('
allow mediaserver debugfs:file rw_file_perms;
')