diff --git a/tracking_denials/surfaceflinger.te b/tracking_denials/surfaceflinger.te deleted file mode 100644 index 1323e631..00000000 --- a/tracking_denials/surfaceflinger.te +++ /dev/null @@ -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 }; diff --git a/whitechapel_pro/file_contexts b/whitechapel_pro/file_contexts index d1e979f1..5dce809d 100644 --- a/whitechapel_pro/file_contexts +++ b/whitechapel_pro/file_contexts @@ -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 diff --git a/whitechapel_pro/surfaceflinger.te b/whitechapel_pro/surfaceflinger.te new file mode 100644 index 00000000..9629299b --- /dev/null +++ b/whitechapel_pro/surfaceflinger.te @@ -0,0 +1 @@ +allow surfaceflinger vendor_fw_file:dir search;