sanders: sepolicy: Fix adspd denial

* Fix Ok Google

02-01 19:29:32.243 I/auditd  ( 2567): type=1400 audit(0.0:18): avc: denied { read } for uid=10046 comm="earchbox:search" name="u:object_r:adspd_prop:s0" dev="tmpfs" ino=15433 scontext=u:r:priv_app:s0:c512,c768 tcontext=u:object_r:adspd_prop:s0 tclass=file permissive=0
This commit is contained in:
jhenrique09
2018-02-01 20:47:35 -02:00
committed by therootlord
parent 7b2d219e9c
commit 14a8a7f47c

View File

@@ -2,3 +2,4 @@ allow priv_app device:dir r_dir_perms;
allow priv_app persist_file:filesystem getattr;
allow priv_app proc_interrupts:file { open read getattr };
allow priv_app proc_modules:file { open read getattr };
get_prop(priv_app, adspd_prop);