Snap for 13025264 from 427a3262f1 to mainline-tzdata6-release

Change-Id: Id849352971342e311dde27b992a0c216fa16358a
This commit is contained in:
Android Build Coastguard Worker 2025-02-06 14:21:02 -08:00
commit dca6e8d7af
8 changed files with 11 additions and 29 deletions

View file

@ -6,6 +6,8 @@ dump_modem sscoredump_vendor_data_logcat_file dir b/361726277
dumpstate unlabeled file b/350832009 dumpstate unlabeled file b/350832009
hal_bluetooth_synabtlinux device chr_file b/386303831 hal_bluetooth_synabtlinux device chr_file b/386303831
hal_camera_default aconfig_storage_metadata_file dir b/383013727 hal_camera_default aconfig_storage_metadata_file dir b/383013727
hal_drm_widevine system_userdir_file dir b/393956479
hal_drm_widevine widevine_sys_vendor_prop file b/393956479
hal_face_default traced_producer_socket sock_file b/305600808 hal_face_default traced_producer_socket sock_file b/305600808
hal_power_default hal_power_default capability b/237492146 hal_power_default hal_power_default capability b/237492146
hal_sensors_default property_socket sock_file b/373755350 hal_sensors_default property_socket sock_file b/373755350
@ -13,7 +15,9 @@ hal_sensors_default sysfs file b/336451433
incidentd debugfs_wakeup_sources file b/282626428 incidentd debugfs_wakeup_sources file b/282626428
incidentd incidentd anon_inode b/282626428 incidentd incidentd anon_inode b/282626428
init init capability b/379206608 init init capability b/379206608
init-display-sh kmsg_device chr_file b/388949662
insmod-sh insmod-sh key b/336451874 insmod-sh insmod-sh key b/336451874
insmod-sh kmsg_device chr_file b/388949536
insmod-sh vendor_edgetpu_debugfs dir b/385858933 insmod-sh vendor_edgetpu_debugfs dir b/385858933
kernel dm_device blk_file b/319403445 kernel dm_device blk_file b/319403445
kernel kernel capability b/336451113 kernel kernel capability b/336451113
@ -25,7 +29,6 @@ priv_app audio_config_prop file b/379246129
priv_app metadata_file dir b/383438008 priv_app metadata_file dir b/383438008
ramdump ramdump capability b/369475655 ramdump ramdump capability b/369475655
ramdump_app default_prop file b/386148928 ramdump_app default_prop file b/386148928
ramdump_app privapp_data_file lnk_file b/385858800
rfsd vendor_cbd_prop file b/317734397 rfsd vendor_cbd_prop file b/317734397
shell sysfs_net file b/329380891 shell sysfs_net file b/329380891
ssr_detector_app default_prop file b/359428005 ssr_detector_app default_prop file b/359428005

View file

@ -1,7 +1,6 @@
# Binaries # Binaries
/vendor/bin/dmd u:object_r:dmd_exec:s0 /vendor/bin/dmd u:object_r:dmd_exec:s0
/vendor/bin/modem_logging_control u:object_r:modem_logging_control_exec:s0 /vendor/bin/modem_logging_control u:object_r:modem_logging_control_exec:s0
/vendor/bin/sced u:object_r:sced_exec:s0
/vendor/bin/vcd u:object_r:vcd_exec:s0 /vendor/bin/vcd u:object_r:vcd_exec:s0
/vendor/bin/chre u:object_r:chre_exec:s0 /vendor/bin/chre u:object_r:chre_exec:s0
/vendor/bin/cbd u:object_r:cbd_exec:s0 /vendor/bin/cbd u:object_r:cbd_exec:s0

View file

@ -360,3 +360,6 @@ genfscon sysfs /devices/platform/10940000.spi/spi_master/spi5/spi5.0/nstandby
# WLC # WLC
genfscon sysfs /devices/platform/10da0000.hsi2c/i2c-15/15-003c u:object_r:sysfs_wlc:s0 genfscon sysfs /devices/platform/10da0000.hsi2c/i2c-15/15-003c u:object_r:sysfs_wlc:s0
# USB
genfscon sysfs /devices/platform/11210000.usb/11210000.dwc3/udc/11210000.dwc3/state u:object_r:sysfs_udc:s0

View file

@ -33,3 +33,4 @@ allow hal_usb_impl usb_device:dir r_dir_perms;
# For monitoring usb sysfs attributes # For monitoring usb sysfs attributes
allow hal_usb_impl sysfs_wakeup:dir search; allow hal_usb_impl sysfs_wakeup:dir search;
allow hal_usb_impl sysfs_wakeup:file r_file_perms; allow hal_usb_impl sysfs_wakeup:file r_file_perms;
allow hal_usb_impl sysfs_udc:file r_file_perms;

View file

@ -8,3 +8,5 @@ allow init-display-sh vendor_toolbox_exec:file execute_no_trans;
dontaudit init-display-sh proc_cmdline:file r_file_perms; dontaudit init-display-sh proc_cmdline:file r_file_perms;
# Allow modprobe to log to kmsg.
allow init-display-sh kmsg_device:chr_file w_file_perms;

View file

@ -52,6 +52,4 @@ 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 # Allow modem_svc_sit to access socket for UMI
userdebug_or_eng(` allow modem_svc_sit radio_vendor_data_file:sock_file { create unlink write };
allow modem_svc_sit radio_vendor_data_file:sock_file { create unlink };
')

View file

@ -1,23 +0,0 @@
type sced, domain;
type sced_exec, vendor_file_type, exec_type, file_type;
userdebug_or_eng(`
init_daemon_domain(sced)
typeattribute sced vendor_executes_system_violators;
hwbinder_use(sced)
binder_call(sced, dmd)
binder_call(sced, vendor_telephony_silentlogging_app)
get_prop(sced, hwservicemanager_prop)
allow sced self:packet_socket create_socket_perms_no_ioctl;
allow sced self:capability net_raw;
allow sced shell_exec:file rx_file_perms;
allow sced tcpdump_exec:file rx_file_perms;
allow sced vendor_shell_exec:file x_file_perms;
allow sced vendor_slog_file:dir create_dir_perms;
allow sced vendor_slog_file:file create_file_perms;
allow sced hidl_base_hwservice:hwservice_manager add;
allow sced hal_vendor_oem_hwservice:hwservice_manager { add find };
')

View file

@ -10,7 +10,6 @@ allow vendor_telephony_silentlogging_app vendor_slog_file:file create_file_perms
allow vendor_telephony_silentlogging_app app_api_service:service_manager find; allow vendor_telephony_silentlogging_app app_api_service:service_manager find;
allow vendor_telephony_silentlogging_app hal_vendor_oem_hwservice:hwservice_manager find; allow vendor_telephony_silentlogging_app hal_vendor_oem_hwservice:hwservice_manager find;
binder_call(vendor_telephony_silentlogging_app, dmd) binder_call(vendor_telephony_silentlogging_app, dmd)
binder_call(vendor_telephony_silentlogging_app, sced)
userdebug_or_eng(` userdebug_or_eng(`
# Silent Logging # Silent Logging