Merge "Revert "zuma: update modem_svc sepolicy for UMI"" into main

This commit is contained in:
Priyanka Advani (xWF) 2024-08-15 18:30:35 +00:00 committed by Android (Google) Code Review
commit 61ddb69d2c

View file

@ -44,9 +44,4 @@ perfetto_producer(modem_svc_sit)
# Allow modem_svc_sit to access modem image file/dir # 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:dir r_dir_perms;
allow modem_svc_sit modem_img_file:file r_file_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 };
')