sdm845-common: sepolicy: Allow LiveDisplay HAL to write to its sysfs tunables
Change-Id: If0a80437547ee9e93312d26fbcdd8cbd901978e8
This commit is contained in:
parent
b687e1a04f
commit
4875e13d6a
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue