Merge "modem_svc: update sepolicy for UMI" into main
This commit is contained in:
commit
4c1f2555d0
1 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
# Selinux rule for modem_svc_sit daemon
|
||||||
type modem_svc_sit, domain;
|
type modem_svc_sit, domain;
|
||||||
type modem_svc_sit_exec, vendor_file_type, exec_type, file_type;
|
type modem_svc_sit_exec, vendor_file_type, exec_type, file_type;
|
||||||
init_daemon_domain(modem_svc_sit)
|
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
|
# Allow modem_svc_sit to access socket for UMI
|
||||||
userdebug_or_eng(`
|
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 };
|
||||||
')
|
')
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue