diff --git a/non_plat/hal_graphics_composer_default.te b/non_plat/hal_graphics_composer_default.te index 242c062..7696f50 100644 --- a/non_plat/hal_graphics_composer_default.te +++ b/non_plat/hal_graphics_composer_default.te @@ -52,3 +52,7 @@ allowxperm hal_graphics_composer_default proc_ged:file ioctl { proc_ged_ioctls } # Operation : JPEG # Purpose : JPEG need to use PQ via MMS HIDL allow hal_graphics_composer_default sysfs_boot_mode:file r_file_perms; + +# Date : WK19.46 +# Purpose: Allow to access ged debug node +allow hal_graphics_composer_default debugfs_ged:file { w_file_perms }; \ No newline at end of file