Merge "zuma: update selinux to allow UMI on user build" into main

This commit is contained in:
Xiaofan Jiang 2025-01-10 11:37:10 -08:00 committed by Android (Google) Code Review
commit 3f8aadb455

View file

@ -48,6 +48,5 @@ 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 };
')