Add kernel vendor_fw_file dir read permission

07-31 05:35:39.208 885 885 W binder:885_5: type=1400 audit(0.0:125): avc: denied { read } for name="firmware" dev="dm-7" ino=48 scontext=u:r:kernel:s0 tcontext=u:object_r:vendor_fw_file:s0 tclass=dir

Fix: 356530883
Flag: EXEMPT bugfix
Change-Id: I1bb8fcfc952c69c991fd978a617eb92558817267
This commit is contained in:
Wilson Sung 2024-08-02 09:17:28 +00:00
parent e825da7d84
commit 3e1197bafb

View file

@ -1,4 +1,4 @@
allow kernel vendor_fw_file:dir search; allow kernel vendor_fw_file:dir r_dir_perms;
allow kernel vendor_fw_file:file r_file_perms; allow kernel vendor_fw_file:file r_file_perms;
# ZRam # ZRam