diff --git a/radio/modem_svc_sit.te b/radio/modem_svc_sit.te index 69b6770..d23274c 100644 --- a/radio/modem_svc_sit.te +++ b/radio/modem_svc_sit.te @@ -1,3 +1,4 @@ +# Selinux rule for modem_svc_sit daemon type modem_svc_sit, domain; type modem_svc_sit_exec, vendor_file_type, exec_type, file_type; init_daemon_domain(modem_svc_sit) @@ -51,6 +52,6 @@ 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 }; + allow modem_svc_sit radio_vendor_data_file:sock_file { create write unlink }; ')