Snap for 12235414 from 9c590907f6 to 24Q4-release

Change-Id: I8c622a85c8a37652fc1b6d2e68cbaf351a49832b
This commit is contained in:
Android Build Coastguard Worker 2024-08-15 23:01:59 +00:00
commit dc4bbc3517

View file

@ -41,4 +41,10 @@ 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;
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 };
')