display: allow hwcomposer to access DRM module debug file

Change the owner and group of the DRM module debug file to system to
grant permission for hwcomposer.

Bug: 301599195
Test: check HWC can access it
Change-Id: I985c402bc2d920a43493dddd73e9470ab0228104
This commit is contained in:
Midas Chien 2023-09-22 15:28:20 +00:00
parent 4c559d3334
commit cdd405ec70

View file

@ -665,6 +665,7 @@ on fs
chown system system /sys/devices/platform/exynos-drm/primary-panel/panel_need_handle_idle_exit chown system system /sys/devices/platform/exynos-drm/primary-panel/panel_need_handle_idle_exit
chown system system /sys/devices/platform/exynos-drm/primary-panel/op_hz chown system system /sys/devices/platform/exynos-drm/primary-panel/op_hz
chown system system /sys/module/drm/parameters/vblankoffdelay chown system system /sys/module/drm/parameters/vblankoffdelay
chown system system /sys/module/drm/parameters/debug
chown system system /sys/class/dqe0/atc/ambient_light chown system system /sys/class/dqe0/atc/ambient_light
chown system system /sys/class/dqe0/atc/st chown system system /sys/class/dqe0/atc/st
chown system system /sys/class/dqe0/atc/en chown system system /sys/class/dqe0/atc/en