mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-02-01 05:38:17 +00:00
allow kernel to access firmware and zram
Bug: 205780090 Test: boot with no relevant error log Change-Id: I272d9babfb0283e46cfc2e65e0bb85323bf8b7a2
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
# b/205780090
|
||||
dontaudit kernel per_boot_file:file { read };
|
||||
dontaudit kernel vendor_fw_file:dir { search };
|
||||
dontaudit kernel vendor_fw_file:file { open };
|
||||
dontaudit kernel vendor_fw_file:file { read };
|
||||
6
whitechapel_pro/kernel.te
Normal file
6
whitechapel_pro/kernel.te
Normal file
@@ -0,0 +1,6 @@
|
||||
allow kernel vendor_fw_file:dir search;
|
||||
allow kernel vendor_fw_file:file r_file_perms;
|
||||
|
||||
# ZRam
|
||||
allow kernel per_boot_file:file r_file_perms;
|
||||
|
||||
Reference in New Issue
Block a user