Merge "Revert^2 "modem_svc: update sepolicy for UMI"" into main
This commit is contained in:
commit
69e2169248
1 changed files with 6 additions and 0 deletions
|
@ -48,3 +48,9 @@ perfetto_producer(modem_svc_sit)
|
||||||
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 };
|
||||||
|
')
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue