Merge Android 14
Bug: 298295554 Merged-In: I0650636d7177ea7748f3690eef98ccb47a1eaf1b Change-Id: I4b10d410f2c326ae8ae9c5c91b7374068340b562
This commit is contained in:
commit
bc8e0e9a26
6 changed files with 10 additions and 12 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
# TODO(b/246793311): Clean up a temporary property once pa/2342172 lands
|
||||||
|
debug.sf.ignore_hwc_physical_display_orientation u:object_r:surfaceflinger_prop:s0 exact bool
|
||||||
|
|
||||||
# Default orienation for boot animation counted from natural orienation of the device
|
# Default orienation for boot animation counted from natural orienation of the device
|
||||||
# Id at the end corresponds to the display id on the device. See b/246793311 for context.
|
# Id at the end corresponds to the display id on the device. See b/246793311 for context.
|
||||||
ro.bootanim.set_orientation_4619827677550801152 u:object_r:surfaceflinger_prop:s0 exact enum ORIENTATION_0 ORIENTATION_90 ORIENTATION_180 ORIENTATION_270
|
ro.bootanim.set_orientation_4619827677550801152 u:object_r:surfaceflinger_prop:s0 exact enum ORIENTATION_0 ORIENTATION_90 ORIENTATION_180 ORIENTATION_270
|
||||||
|
|
|
@ -1 +1,4 @@
|
||||||
|
hal_camera_default boot_status_prop file b/275001805
|
||||||
|
hal_camera_default edgetpu_app_service service_manager b/275001805
|
||||||
hal_dumpstate_default modem_stat_data_file dir b/239115418
|
hal_dumpstate_default modem_stat_data_file dir b/239115418
|
||||||
|
shell sysfs_touch dir b/264823366
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
# b/262179373
|
|
||||||
dontaudit shell sysfs_touch:dir { search };
|
|
||||||
|
|
3
vendor/file.te
vendored
3
vendor/file.te
vendored
|
@ -3,3 +3,6 @@ type sysfs_pogo_usb, sysfs_type, fs_type;
|
||||||
|
|
||||||
# Cast device certificate
|
# Cast device certificate
|
||||||
type device_cert_file, file_type, vendor_persist_type;
|
type device_cert_file, file_type, vendor_persist_type;
|
||||||
|
|
||||||
|
# Avoid GPS se failed
|
||||||
|
type sysfs_gps, sysfs_type, fs_type;
|
||||||
|
|
8
vendor/genfs_contexts
vendored
8
vendor/genfs_contexts
vendored
|
@ -3,14 +3,6 @@ genfscon sysfs /devices/platform/google,dock/power_supply/dock u:object_
|
||||||
|
|
||||||
# Touch
|
# Touch
|
||||||
genfscon sysfs /devices/platform/10d10000.spi/spi_master/spi0/spi0.0 u:object_r:sysfs_touch:s0
|
genfscon sysfs /devices/platform/10d10000.spi/spi_master/spi0/spi0.0 u:object_r:sysfs_touch:s0
|
||||||
genfscon proc /nvt_baseline u:object_r:proc_touch:s0
|
|
||||||
genfscon proc /nvt_cc_uniformity u:object_r:proc_touch:s0
|
|
||||||
genfscon proc /nvt_diff u:object_r:proc_touch:s0
|
|
||||||
genfscon proc /nvt_fw_update u:object_r:proc_touch:s0
|
|
||||||
genfscon proc /nvt_fw_version u:object_r:proc_touch:s0
|
|
||||||
genfscon proc /nvt_heatmap u:object_r:proc_touch:s0
|
|
||||||
genfscon proc /nvt_raw u:object_r:proc_touch:s0
|
|
||||||
genfscon proc /nvt_selftest u:object_r:proc_touch:s0
|
|
||||||
|
|
||||||
# system suspend wakeup files
|
# system suspend wakeup files
|
||||||
genfscon sysfs /devices/platform/acpm_mfd_bus@18100000/i2c-6/i2c-s2mpg12mfd/s2mpg12-rtc/wakeup u:object_r:sysfs_wakeup:s0
|
genfscon sysfs /devices/platform/acpm_mfd_bus@18100000/i2c-6/i2c-s2mpg12mfd/s2mpg12-rtc/wakeup u:object_r:sysfs_wakeup:s0
|
||||||
|
|
2
vendor/system_server.te
vendored
2
vendor/system_server.te
vendored
|
@ -1 +1 @@
|
||||||
allow system_server sysfs_touch:file r_file_perms;
|
allow system_server sysfs_touch_gti:file r_file_perms;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue