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:
parent
e825da7d84
commit
3e1197bafb
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
# ZRam
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue