Merge Android U (ab/10368041)

Bug: 291102124
Merged-In: Icea535234dc31f0655bfd551f2cc2f0764646fde
Change-Id: Ida3d5d7569a098018e118d2ed4f75459af49e6da
This commit is contained in:
Xin Li 2023-08-14 15:36:11 -07:00
commit f417fa45b6
6 changed files with 10 additions and 12 deletions

View file

@ -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
# 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

View file

@ -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
shell sysfs_touch dir b/264823366

View file

@ -1,3 +0,0 @@
# b/262179373
dontaudit shell sysfs_touch:dir { search };

3
vendor/file.te vendored
View file

@ -3,3 +3,6 @@ type sysfs_pogo_usb, sysfs_type, fs_type;
# Cast device certificate
type device_cert_file, file_type, vendor_persist_type;
# Avoid GPS se failed
type sysfs_gps, sysfs_type, fs_type;

View file

@ -3,14 +3,6 @@ genfscon sysfs /devices/platform/google,dock/power_supply/dock u:object_
# Touch
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
genfscon sysfs /devices/platform/acpm_mfd_bus@18100000/i2c-6/i2c-s2mpg12mfd/s2mpg12-rtc/wakeup u:object_r:sysfs_wakeup:s0

View file

@ -1 +1 @@
allow system_server sysfs_touch:file r_file_perms;
allow system_server sysfs_touch_gti:file r_file_perms;