forked from LineageOS/android_hardware_lge
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change-Id: I00c1a619c39e694a28c666f10eaad4c946cddab7
- Loading branch information
1 parent
f19e442
commit afcf293
Showing
4 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Allow hal_lineage_livedisplay_qti to find qdisplay_service | ||
allow hal_lineage_livedisplay_qti qdisplay_service:service_manager find; | ||
|
||
# Allow hal_lineage_livedisplay_qti to call hal_sensors_default via binder | ||
binder_call(hal_lineage_livedisplay_qti, hal_graphics_composer_default) | ||
|
||
# Allow hal_lineage_livedisplay_qti to write to DisplayMode nodes | ||
r_dir_file(hal_lineage_livedisplay_qti, sysfs_livedisplay_tuneable); | ||
allow hal_lineage_livedisplay_qti sysfs_livedisplay_tuneable:file rw_file_perms; | ||
|
||
# Allow hal_lineage_livedisplay_qti to set vendor display prop | ||
set_prop(hal_lineage_livedisplay_qti, vendor_display_prop) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Allow hal_lineage_livedisplay_qti to write to DisplayMode nodes | ||
r_dir_file(hal_lineage_livedisplay_qti, sysfs_graphics); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Allow hal_lineage_livedisplay_qti to write to DisplayMode nodes | ||
r_dir_file(hal_lineage_livedisplay_qti, vendor_sysfs_graphics); |