mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
msm8226-common: hal_lineage_livedisplay_default -> hal_lineage_livedisplay_sysfs
Change-Id: If8954290c41913b7453a1cba4d67f7a63d08d2dd
This commit is contained in:
parent
a3f6581489
commit
89e473a368
3 changed files with 13 additions and 8 deletions
|
@ -27,7 +27,7 @@
|
|||
|
||||
# executeables
|
||||
/(vendor|system/vendor)/bin/hw/android\.hardware\.sensors@1\.0-service.samsung8226 u:object_r:hal_sensors_default_exec:s0
|
||||
/(vendor|system/vendor)/bin/hw/vendor\.lineage\.livedisplay@2\.0-service\.samsung-qcom u:object_r:hal_lineage_livedisplay_default_exec:s0
|
||||
/(vendor|system/vendor)/bin/hw/vendor\.lineage\.livedisplay@2\.0-service\.samsung-qcom u:object_r:hal_lineage_livedisplay_sysfs_exec:s0
|
||||
/(vendor|system/vendor)/bin/hw/vendor\.lineage\.touch@1\.0-service\.samsung u:object_r:hal_lineage_touch_default_exec:s0
|
||||
|
||||
# sockets
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
allow hal_lineage_livedisplay_default {
|
||||
sysfs_graphics
|
||||
}:dir search;
|
||||
|
||||
allow hal_lineage_livedisplay_default {
|
||||
sysfs_graphics
|
||||
}:file rw_file_perms;
|
12
sepolicy/common/hal_lineage_livedisplay_sysfs.te
Normal file
12
sepolicy/common/hal_lineage_livedisplay_sysfs.te
Normal file
|
@ -0,0 +1,12 @@
|
|||
# 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
|
||||
allow hal_lineage_livedisplay_sysfs {
|
||||
sysfs_graphics
|
||||
}:dir search;
|
||||
|
||||
allow hal_lineage_livedisplay_sysfs {
|
||||
sysfs_graphics
|
||||
}:file rw_file_perms;
|
Loading…
Reference in a new issue