-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TrackedOn:No Signed-off-by: manxiaoliang <[email protected]>
- Loading branch information
1 parent
1c30b91
commit 3ffe727
Showing
4 changed files
with
25 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
/(vendor|system/vendor)/bin/hw/android\.hardware\.graphics\.composer3-service\.intel u:hal_graphics_composer_default_exec:s0 | ||
|
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,3 @@ | ||
#============= hal_graphics_allocator_default ============== | ||
allow hal_graphics_allocator_default gpu_device:chr_file rw_file_perms; | ||
allow hal_graphics_allocator_default gpu_device:dir r_dir_perms; |
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,18 @@ | ||
vndbinder_use(hal_graphics_composer_default) | ||
|
||
binder_call(hal_graphics_composer_default, hal_graphics_allocator_default) | ||
|
||
allow hal_graphics_composer_default cache_file:dir create_dir_perms; | ||
allow hal_graphics_composer_default cache_file:file create_file_perms; | ||
allow hal_graphics_composer_default gpu_device:chr_file rw_file_perms; | ||
allow hal_graphics_composer_default gpu_device:dir r_dir_perms; | ||
|
||
allow hal_graphics_composer_default self:netlink_kobject_uevent_socket { read bind create setopt }; | ||
|
||
add_service(hal_graphics_composer_default, hwc_info_service) | ||
|
||
hal_client_domain(hal_graphics_composer_default, hal_configstore) | ||
allow hal_graphics_composer_default hal_graphics_mapper_hwservice:hwservice_manager find; | ||
hal_client_domain(hal_graphics_composer_default, hal_graphics_allocator) | ||
|
||
allow hal_graphics_composer_default sysfs_app_readable:file r_file_perms; |
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 @@ | ||
typeattribute hal_graphics_composer_default data_between_core_and_vendor_violators; | ||
|