pa: sepolicy: fix themed sounds

02-08 17:26:48.011 18259-18259/? W/SoundPoolThread: type=1400 audit(0.0:31): avc: denied { read } for path="/data/system/theme/audio/ui/Lock.ogg" dev="dm-0" ino=1006317 scontext=u:r:drmserver:s0 tcontext=u:object_r:theme_data_file:s0 tclass=file permissive=0

Change-Id: If96d784d4a79e7c7f7d21d191c2e0795c366e03a
This commit is contained in:
George G 2017-02-08 17:22:44 +02:00 committed by Alex Naidis
parent 1727ae20f8
commit 4f34278ed0
1 changed files with 3 additions and 0 deletions

3
sepolicy/drmserver.te Normal file
View File

@ -0,0 +1,3 @@
# Themed resources (i.e. composed icons)
allow drmserver theme_data_file:dir r_dir_perms;
allow drmserver theme_data_file:file r_file_perms;