Move common display dump to gs-common
Bug: 269212897 Test: adb bugreport Change-Id: I71ad4e2e08ba19c36dc633732ce39e8086a94d6e
This commit is contained in:
parent
4eab0326df
commit
51bd259bbf
5 changed files with 0 additions and 8 deletions
|
@ -22,7 +22,6 @@ type sysfs_camera, sysfs_type, fs_type;
|
|||
|
||||
# debugfs
|
||||
type vendor_regmap_debugfs, fs_type, debugfs_type;
|
||||
type vendor_dri_debugfs, fs_type, debugfs_type;
|
||||
|
||||
# persist
|
||||
type persist_ss_file, file_type, vendor_persist_type;
|
||||
|
|
|
@ -35,7 +35,6 @@ genfscon proc /sys/vm/swappiness u:object
|
|||
|
||||
# debugfs
|
||||
genfscon debugfs /regmap u:object_r:vendor_regmap_debugfs:s0
|
||||
genfscon debugfs /dri/0/crtc- u:object_r:vendor_dri_debugfs:s0
|
||||
|
||||
# Haptics
|
||||
genfscon sysfs /devices/platform/10970000.hsi2c/i2c-5/i2c-cs40l26a u:object_r:sysfs_vibrator:s0
|
||||
|
|
4
vendor/hal_graphics_composer_default.te
vendored
4
vendor/hal_graphics_composer_default.te
vendored
|
@ -37,10 +37,6 @@ add_service(hal_graphics_composer_default, vendor_displaycolor_service)
|
|||
|
||||
add_service(hal_graphics_composer_default, vendor_surfaceflinger_vndservice)
|
||||
|
||||
# allow HWC to output to dumpstate via pipe fd
|
||||
allow hal_graphics_composer_default hal_dumpstate_default:fifo_file { append write };
|
||||
allow hal_graphics_composer_default hal_dumpstate_default:fd use;
|
||||
|
||||
# allow HWC to read/write/search hwc_log_file
|
||||
allow hal_graphics_composer_default vendor_hwc_log_file:dir rw_dir_perms;
|
||||
allow hal_graphics_composer_default vendor_hwc_log_file:file create_file_perms;
|
||||
|
|
1
vendor/vndservice.te
vendored
1
vendor/vndservice.te
vendored
|
@ -1,2 +1 @@
|
|||
type vendor_displaycolor_service, vndservice_manager_type;
|
||||
type vendor_surfaceflinger_vndservice, vndservice_manager_type;
|
||||
|
|
1
vendor/vndservice_contexts
vendored
1
vendor/vndservice_contexts
vendored
|
@ -1,2 +1 @@
|
|||
displaycolor u:object_r:vendor_displaycolor_service:s0
|
||||
Exynos.HWCService u:object_r:vendor_surfaceflinger_vndservice:s0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue