sdm660-common: sepolicy: allow apexd to read apex_metadata_file

* type=1400 audit(115448057.189:5): avc: denied { read } for comm="apexd" name="apex" dev="mmcblk0p63" ino=32 scontext=u:r:apexd:s0 tcontext=u:object_r:apex_metadata_file:s0 tclass=lnk_file permissive=0
This commit is contained in:
pix106 2022-11-16 08:16:04 +01:00
parent 85cb35c50a
commit e41816077c

1
sepolicy/vendor/apexd.te vendored Normal file
View file

@ -0,0 +1 @@
allow apexd apex_metadata_file:lnk_file r_file_perms;