From c9ed1bc494323da54d5fc55ee6ad4099264eaa4e Mon Sep 17 00:00:00 2001 From: SamarV-121 Date: Tue, 20 Dec 2022 11:40:00 +0530 Subject: [PATCH] universal7885: sepolicy: Allow surfaceflinger to read hal_graphics_composer_default Change-Id: Iede5b8fc546f117c709719527547d115e5054960 --- universal7885-common/sepolicy/vendor/surfaceflinger.te | 3 +++ 1 file changed, 3 insertions(+) diff --git a/universal7885-common/sepolicy/vendor/surfaceflinger.te b/universal7885-common/sepolicy/vendor/surfaceflinger.te index 19a6b58..50667e8 100644 --- a/universal7885-common/sepolicy/vendor/surfaceflinger.te +++ b/universal7885-common/sepolicy/vendor/surfaceflinger.te @@ -3,3 +3,6 @@ allow surfaceflinger gpu_device:chr_file rw_file_perms; # libion_exynos allow surfaceflinger same_process_hal_file:file rx_file_perms; + +# Android 13+ +r_dir_file(surfaceflinger, hal_graphics_composer_default)