Snap for 12235414 from 4f8e79e4e5 to 24Q4-release

Change-Id: I74e181958d4fbeb58568a5543a8713b8601e96a0
This commit is contained in:
Android Build Coastguard Worker 2024-08-15 23:02:01 +00:00
commit cade9a597f
2 changed files with 7 additions and 1 deletions

View file

@ -3,6 +3,7 @@ dumpstate unlabeled file b/350832009
hal_face_default traced_producer_socket sock_file b/305600808
hal_power_default hal_power_default capability b/237492146
hal_sensors_default sysfs file b/336451433
hal_vibrator_default default_android_service service_manager b/360057889
incidentd debugfs_wakeup_sources file b/282626428
incidentd incidentd anon_inode b/282626428
insmod-sh insmod-sh key b/336451874

View file

@ -49,3 +49,8 @@ perfetto_producer(modem_svc_sit)
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: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 };
')