universal7885: sepolicy: Silence tee denial

- `I auditd  : type=1107 audit(0.0:15): uid=0 auid=4294967295 ses=4294967295 subj=u:r:init:s0 msg='avc: denied { set } for propertteey=sys.mobicoredaemon.enable pid=3585 uid=1000 gid=1000 scontext=u:r:tee:s0 tcontext=u:object_r:system_prop:s0 tclass=property_service permissive=0'`
- this prop is used nowhere

Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
Change-Id: I823e09cd6ee98fded5855d71ccec2d5f91454611
This commit is contained in:
SamarV-121 2021-07-16 14:16:10 +05:30 committed by roynatech2544
commit bea423e4a5

View file

@ -1,2 +1,4 @@
allow tee efs_file:dir r_dir_perms;
allow tee mnt_vendor_file:dir search;
dontaudit tee system_prop:property_service set;