mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
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:
parent
c4c7efdbac
commit
bea423e4a5
1 changed files with 2 additions and 0 deletions
2
sepolicy/vendor/tee.te
vendored
2
sepolicy/vendor/tee.te
vendored
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue