Snap for 12238800 from 181183a4f5
to mainline-tzdata6-release
Change-Id: If4fed82ad2ccda8851bdd96160c713832737d723
This commit is contained in:
commit
8a65ea660b
7 changed files with 16 additions and 1 deletions
|
@ -2,12 +2,14 @@ genfscon sysfs /devices/platform/1c2c0000.drmdsim/1c2c0000.drmdsim.0/backlight
|
||||||
genfscon sysfs /devices/platform/1c2c0000.drmdsim/1c2c0000.drmdsim.0/panel_name u:object_r:sysfs_display:s0
|
genfscon sysfs /devices/platform/1c2c0000.drmdsim/1c2c0000.drmdsim.0/panel_name u:object_r:sysfs_display:s0
|
||||||
genfscon sysfs /devices/platform/1c2c0000.drmdsim/1c2c0000.drmdsim.0/serial_number u:object_r:sysfs_display:s0
|
genfscon sysfs /devices/platform/1c2c0000.drmdsim/1c2c0000.drmdsim.0/serial_number u:object_r:sysfs_display:s0
|
||||||
genfscon sysfs /devices/platform/1c2c0000.drmdsim/1c2c0000.drmdsim.0/refresh_rate u:object_r:sysfs_display:s0
|
genfscon sysfs /devices/platform/1c2c0000.drmdsim/1c2c0000.drmdsim.0/refresh_rate u:object_r:sysfs_display:s0
|
||||||
|
genfscon sysfs /devices/platform/1c2c0000.drmdsim/1c2c0000.drmdsim.0/power_state u:object_r:sysfs_display:s0
|
||||||
genfscon sysfs /firmware/devicetree/base/drmdsim@0x1C2C0000/panel@0/compatible u:object_r:sysfs_display:s0
|
genfscon sysfs /firmware/devicetree/base/drmdsim@0x1C2C0000/panel@0/compatible u:object_r:sysfs_display:s0
|
||||||
|
|
||||||
genfscon sysfs /devices/platform/1c2d0000.drmdsim/1c2d0000.drmdsim.0/backlight u:object_r:sysfs_leds:s0
|
genfscon sysfs /devices/platform/1c2d0000.drmdsim/1c2d0000.drmdsim.0/backlight u:object_r:sysfs_leds:s0
|
||||||
genfscon sysfs /devices/platform/1c2d0000.drmdsim/1c2d0000.drmdsim.0/panel_name u:object_r:sysfs_display:s0
|
genfscon sysfs /devices/platform/1c2d0000.drmdsim/1c2d0000.drmdsim.0/panel_name u:object_r:sysfs_display:s0
|
||||||
genfscon sysfs /devices/platform/1c2d0000.drmdsim/1c2d0000.drmdsim.0/serial_number u:object_r:sysfs_display:s0
|
genfscon sysfs /devices/platform/1c2d0000.drmdsim/1c2d0000.drmdsim.0/serial_number u:object_r:sysfs_display:s0
|
||||||
genfscon sysfs /devices/platform/1c2d0000.drmdsim/1c2d0000.drmdsim.0/refresh_rate u:object_r:sysfs_display:s0
|
genfscon sysfs /devices/platform/1c2d0000.drmdsim/1c2d0000.drmdsim.0/refresh_rate u:object_r:sysfs_display:s0
|
||||||
|
genfscon sysfs /devices/platform/1c2d0000.drmdsim/1c2d0000.drmdsim.0/power_state u:object_r:sysfs_display:s0
|
||||||
genfscon sysfs /firmware/devicetree/base/drmdsim@0x1C2D0000/panel@0/compatible u:object_r:sysfs_display:s0
|
genfscon sysfs /firmware/devicetree/base/drmdsim@0x1C2D0000/panel@0/compatible u:object_r:sysfs_display:s0
|
||||||
|
|
||||||
genfscon sysfs /module/drm/parameters/vblankoffdelay u:object_r:sysfs_display:s0
|
genfscon sysfs /module/drm/parameters/vblankoffdelay u:object_r:sysfs_display:s0
|
||||||
|
|
|
@ -12,6 +12,7 @@ kernel kernel capability b/340723030
|
||||||
kernel tmpfs chr_file b/315907959
|
kernel tmpfs chr_file b/315907959
|
||||||
rfsd vendor_cbd_prop file b/317734418
|
rfsd vendor_cbd_prop file b/317734418
|
||||||
shell sysfs_net file b/329380904
|
shell sysfs_net file b/329380904
|
||||||
|
ssr_detector_app default_prop file b/350831964
|
||||||
surfaceflinger selinuxfs file b/313804340
|
surfaceflinger selinuxfs file b/313804340
|
||||||
untrusted_app nativetest_data_file dir b/305600845
|
untrusted_app nativetest_data_file dir b/305600845
|
||||||
untrusted_app shell_test_data_file dir b/305600845
|
untrusted_app shell_test_data_file dir b/305600845
|
||||||
|
|
|
@ -91,6 +91,7 @@ allow hal_camera_default sysfs_devfreq_cur:file r_file_perms;
|
||||||
# Allow camera HAL to read backlight of display
|
# Allow camera HAL to read backlight of display
|
||||||
allow hal_camera_default sysfs_leds:dir r_dir_perms;
|
allow hal_camera_default sysfs_leds:dir r_dir_perms;
|
||||||
allow hal_camera_default sysfs_leds:file r_file_perms;
|
allow hal_camera_default sysfs_leds:file r_file_perms;
|
||||||
|
allow hal_camera_default sysfs_display:file r_file_perms;
|
||||||
|
|
||||||
# Allow camera HAL to query interrupts and set interrupt affinity
|
# Allow camera HAL to query interrupts and set interrupt affinity
|
||||||
allow hal_camera_default proc_irq:dir r_dir_perms;
|
allow hal_camera_default proc_irq:dir r_dir_perms;
|
||||||
|
|
|
@ -4,6 +4,7 @@ init_daemon_domain(hal_radioext_default)
|
||||||
|
|
||||||
hwbinder_use(hal_radioext_default)
|
hwbinder_use(hal_radioext_default)
|
||||||
get_prop(hal_radioext_default, hwservicemanager_prop)
|
get_prop(hal_radioext_default, hwservicemanager_prop)
|
||||||
|
set_prop(hal_radioext_default, vendor_gril_prop)
|
||||||
add_hwservice(hal_radioext_default, hal_radioext_hwservice)
|
add_hwservice(hal_radioext_default, hal_radioext_hwservice)
|
||||||
|
|
||||||
binder_call(hal_radioext_default, grilservice_app)
|
binder_call(hal_radioext_default, grilservice_app)
|
||||||
|
|
8
whitechapel/vendor/google/modem_svc_sit.te
vendored
8
whitechapel/vendor/google/modem_svc_sit.te
vendored
|
@ -41,4 +41,10 @@ perfetto_producer(modem_svc_sit)
|
||||||
# Allow modem_svc_sit to access modem image file/dir
|
# Allow modem_svc_sit to access modem image file/dir
|
||||||
allow modem_svc_sit modem_img_file:dir r_dir_perms;
|
allow modem_svc_sit modem_img_file:dir r_dir_perms;
|
||||||
allow modem_svc_sit modem_img_file:file r_file_perms;
|
allow modem_svc_sit modem_img_file:file r_file_perms;
|
||||||
allow modem_svc_sit modem_img_file:lnk_file r_file_perms;
|
allow modem_svc_sit modem_img_file:lnk_file r_file_perms;
|
||||||
|
|
||||||
|
# Allow modem_svc_sit to access socket for UMI
|
||||||
|
userdebug_or_eng(`
|
||||||
|
allow modem_svc_sit radio_vendor_data_file:sock_file { create unlink };
|
||||||
|
')
|
||||||
|
|
||||||
|
|
1
whitechapel/vendor/google/property.te
vendored
1
whitechapel/vendor/google/property.te
vendored
|
@ -2,6 +2,7 @@
|
||||||
vendor_internal_prop(vendor_prop)
|
vendor_internal_prop(vendor_prop)
|
||||||
vendor_internal_prop(vendor_rcs_prop)
|
vendor_internal_prop(vendor_rcs_prop)
|
||||||
vendor_internal_prop(vendor_rild_prop)
|
vendor_internal_prop(vendor_rild_prop)
|
||||||
|
vendor_internal_prop(vendor_gril_prop)
|
||||||
vendor_internal_prop(sensors_prop)
|
vendor_internal_prop(sensors_prop)
|
||||||
vendor_internal_prop(vendor_ssrdump_prop)
|
vendor_internal_prop(vendor_ssrdump_prop)
|
||||||
vendor_internal_prop(vendor_usb_config_prop)
|
vendor_internal_prop(vendor_usb_config_prop)
|
||||||
|
|
3
whitechapel/vendor/google/property_contexts
vendored
3
whitechapel/vendor/google/property_contexts
vendored
|
@ -8,6 +8,9 @@ vendor.ril. u:object_r:vendor_rild_prop:s0
|
||||||
vendor.radio. u:object_r:vendor_rild_prop:s0
|
vendor.radio. u:object_r:vendor_rild_prop:s0
|
||||||
ro.vendor.build.svn u:object_r:vendor_rild_prop:s0
|
ro.vendor.build.svn u:object_r:vendor_rild_prop:s0
|
||||||
|
|
||||||
|
# for GRIL
|
||||||
|
vendor.gril. u:object_r:vendor_gril_prop:s0
|
||||||
|
|
||||||
# Ramdump
|
# Ramdump
|
||||||
persist.vendor.sys.crash_rcu u:object_r:vendor_ramdump_prop:s0
|
persist.vendor.sys.crash_rcu u:object_r:vendor_ramdump_prop:s0
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue