diff --git a/sepolicy/private/hal_livedisplay_sdm845.te b/sepolicy/private/hal_livedisplay_sdm845.te index 8e947c3..a3a29e5 100644 --- a/sepolicy/private/hal_livedisplay_sdm845.te +++ b/sepolicy/private/hal_livedisplay_sdm845.te @@ -7,3 +7,6 @@ init_daemon_domain(hal_livedisplay_sdm845) # Allow LiveDisplay to store files under /data/display and access them allow hal_livedisplay_sdm845 display_data_file:dir rw_dir_perms; allow hal_livedisplay_sdm845 display_data_file:file create_file_perms; + +# Grant access over LiveDisplay tuneables +allow hal_livedisplay_sdm845 sysfs_livedisplay_tuneable:file rw_file_perms;