Add kernel vendor_fw_file dir read permission
Fix: 288049349 Change-Id: I76751deb04e5b6a4362917c76764cddc74d0f76d
This commit is contained in:
parent
0b77875c4a
commit
3657f78cb0
2 changed files with 1 additions and 2 deletions
|
@ -6,6 +6,5 @@ incidentd debugfs_wakeup_sources file b/288049561
|
|||
incidentd incidentd anon_inode b/288049561
|
||||
insmod-sh insmod-sh key b/274374722
|
||||
insmod-sh vendor_regmap_debugfs dir b/274727542
|
||||
kernel vendor_fw_file dir b/288049349
|
||||
mtectrl unlabeled dir b/264483752
|
||||
systemui_app wm_trace_data_file dir b/288049075
|
||||
|
|
2
vendor/kernel.te
vendored
2
vendor/kernel.te
vendored
|
@ -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