parent
15bf2f2822
commit
a6fb204f84
45 changed files with 514 additions and 0 deletions
1
sepolicy/private/permissioncontroller_app.te
Normal file
1
sepolicy/private/permissioncontroller_app.te
Normal file
|
|
@ -0,0 +1 @@
|
|||
allow permissioncontroller_app tethering_service:service_manager find;
|
||||
2
sepolicy/private/platform_app.te
Normal file
2
sepolicy/private/platform_app.te
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
hal_client_domain(platform_app, hal_ifaa);
|
||||
hal_client_domain(platform_app, vendor_hal_soter);
|
||||
2
sepolicy/private/radio.te
Normal file
2
sepolicy/private/radio.te
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
allow radio mot_radio_service:service_manager { add find };
|
||||
allow radio mot_system_service:service_manager find;
|
||||
2
sepolicy/private/service.te
Normal file
2
sepolicy/private/service.te
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
type mot_radio_service, service_manager_type;
|
||||
type mot_system_service, service_manager_type;
|
||||
2
sepolicy/private/service_contexts
Normal file
2
sepolicy/private/service_contexts
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
motoexttelephony u:object_r:mot_radio_service:s0
|
||||
moto_ext_telephony.registry u:object_r:mot_system_service:s0
|
||||
2
sepolicy/private/vendor_qtelephony.te
Normal file
2
sepolicy/private/vendor_qtelephony.te
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
allow vendor_qtelephony mot_radio_service:service_manager find;
|
||||
allow vendor_qtelephony mot_system_service:service_manager find;
|
||||
Loading…
Add table
Add a link
Reference in a new issue