mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-01-27 14:29:33 +00:00
make GPU mali firmware accessible
Bug: 205779849 Test: boot with no relevant log. Change-Id: I0cc1c1f84df44b5fbed239d6771937f62861bdb2
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
# b/205072689
|
||||
dontaudit surfaceflinger kernel:process { setsched };
|
||||
# b/205779849
|
||||
dontaudit surfaceflinger vendor_fw_file:dir { search };
|
||||
dontaudit surfaceflinger vendor_fw_file:file { open };
|
||||
dontaudit surfaceflinger vendor_fw_file:file { read };
|
||||
# b/208721808
|
||||
dontaudit surfaceflinger hal_graphics_composer_default:dir { search };
|
||||
# b/208909232
|
||||
dontaudit surfaceflinger hal_graphics_composer_default:file { getattr };
|
||||
dontaudit surfaceflinger hal_graphics_composer_default:file { open };
|
||||
dontaudit surfaceflinger hal_graphics_composer_default:file { read };
|
||||
@@ -42,6 +42,7 @@
|
||||
|
||||
# Vendor Firmwares
|
||||
/vendor/firmware(/.*)? u:object_r:vendor_fw_file:s0
|
||||
/vendor/firmware/mali_csffw\.bin u:object_r:same_process_hal_file:s0
|
||||
|
||||
# Vendor libraries
|
||||
/vendor/lib(64)?/libdrm\.so u:object_r:same_process_hal_file:s0
|
||||
|
||||
1
whitechapel_pro/surfaceflinger.te
Normal file
1
whitechapel_pro/surfaceflinger.te
Normal file
@@ -0,0 +1 @@
|
||||
allow surfaceflinger vendor_fw_file:dir search;
|
||||
Reference in New Issue
Block a user