mirror of
https://github.com/AetherDroid/android_device_samsung_universal7570-common.git
synced 2025-09-07 00:38:06 -04:00
universal7870: update sepolicy (wip)
This commit is contained in:
parent
841f56ecbf
commit
4cd64b76bd
46 changed files with 515 additions and 184 deletions
6
sepolicy/hal_lineage_livedisplay_sysfs.te
Normal file
6
sepolicy/hal_lineage_livedisplay_sysfs.te
Normal file
|
@ -0,0 +1,6 @@
|
|||
# Allow LiveDisplay to store files under /data/vendor/display and access them
|
||||
allow hal_lineage_livedisplay_sysfs display_vendor_data_file:dir rw_dir_perms;
|
||||
allow hal_lineage_livedisplay_sysfs display_vendor_data_file:file create_file_perms;
|
||||
# Allow LiveDisplay to read and write to files in sysfs_graphics, sysfs_mdnie
|
||||
allow hal_lineage_livedisplay_sysfs sysfs_mdnie:dir search;
|
||||
allow hal_lineage_livedisplay_sysfs sysfs_mdnie:file rw_file_perms;
|
Loading…
Add table
Add a link
Reference in a new issue