Snap for 11619294 from 2b9b7cc688 to 24Q3-release

Change-Id: I8a4ca7264b820802acb74b8c3b4c247922d7cb84
This commit is contained in:
Android Build Coastguard Worker 2024-03-23 21:01:54 +00:00
commit 1d6a2716bf

View file

@ -20,7 +20,7 @@ allow modem_svc_sit modem_stat_data_file:file create_file_perms;
allow modem_svc_sit vendor_fw_file:dir search; allow modem_svc_sit vendor_fw_file:dir search;
allow modem_svc_sit vendor_fw_file:file r_file_perms; allow modem_svc_sit vendor_fw_file:file r_file_perms;
allow modem_svc_sit mnt_vendor_file:dir search; allow modem_svc_sit mnt_vendor_file:dir r_dir_perms;
allow modem_svc_sit modem_userdata_file:dir create_dir_perms; allow modem_svc_sit modem_userdata_file:dir create_dir_perms;
allow modem_svc_sit modem_userdata_file:file create_file_perms; allow modem_svc_sit modem_userdata_file:file create_file_perms;
@ -40,3 +40,12 @@ get_prop(modem_svc_sit, vendor_logger_prop)
userdebug_or_eng(` userdebug_or_eng(`
allow modem_svc_sit radio_test_device:chr_file rw_file_perms; allow modem_svc_sit radio_test_device:chr_file rw_file_perms;
') ')
# Write trace data to the Perfetto traced daemon. This requires connecting to
# its producer socket and obtaining a (per-process) tmpfs fd.
perfetto_producer(modem_svc_sit)
# 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:file r_file_perms;
allow modem_svc_sit modem_img_file:lnk_file r_file_perms;