From bea423e4a57db85e072d0f421429593e89f315b3 Mon Sep 17 00:00:00 2001 From: SamarV-121 Date: Fri, 16 Jul 2021 14:16:10 +0530 Subject: [PATCH] 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 Change-Id: I823e09cd6ee98fded5855d71ccec2d5f91454611 --- sepolicy/vendor/tee.te | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sepolicy/vendor/tee.te b/sepolicy/vendor/tee.te index 7607f98..67f1585 100644 --- a/sepolicy/vendor/tee.te +++ b/sepolicy/vendor/tee.te @@ -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;