android_device_samsung_a20/sepolicy/vendor/tee.te
SamarV-121 bea423e4a5 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
2021-10-21 22:12:08 +09:00

4 lines
123 B
Text

allow tee efs_file:dir r_dir_perms;
allow tee mnt_vendor_file:dir search;
dontaudit tee system_prop:property_service set;