review modem_logging_control
Bug: 196916111 Test: boot with modem_logging_control launched Change-Id: I16c810298343310003a626397d88861f47c5a207
This commit is contained in:
parent
b12473a9de
commit
e7538e644a
2 changed files with 11 additions and 12 deletions
|
@ -1,12 +0,0 @@
|
|||
hwbinder_use(modem_logging_control)
|
||||
binder_call(modem_logging_control, dmd)
|
||||
|
||||
allow modem_logging_control radio_device:chr_file rw_file_perms;
|
||||
allow modem_logging_control hal_vendor_oem_hwservice:hwservice_manager find;
|
||||
allow modem_logging_control radio_vendor_data_file:dir create_dir_perms;
|
||||
allow modem_logging_control radio_vendor_data_file:file create_file_perms;
|
||||
allow modem_logging_control vendor_slog_file:dir create_dir_perms;
|
||||
allow modem_logging_control vendor_slog_file:file create_file_perms;
|
||||
|
||||
set_prop(modem_logging_control, vendor_modem_prop)
|
||||
get_prop(modem_logging_control, hwservicemanager_prop)
|
|
@ -3,4 +3,15 @@ type modem_logging_control_exec, vendor_file_type, exec_type, file_type;
|
|||
|
||||
init_daemon_domain(modem_logging_control)
|
||||
|
||||
hwbinder_use(modem_logging_control)
|
||||
binder_call(modem_logging_control, dmd)
|
||||
|
||||
allow modem_logging_control radio_device:chr_file rw_file_perms;
|
||||
allow modem_logging_control hal_vendor_oem_hwservice:hwservice_manager find;
|
||||
allow modem_logging_control radio_vendor_data_file:dir create_dir_perms;
|
||||
allow modem_logging_control radio_vendor_data_file:file create_file_perms;
|
||||
allow modem_logging_control vendor_slog_file:dir create_dir_perms;
|
||||
allow modem_logging_control vendor_slog_file:file create_file_perms;
|
||||
|
||||
set_prop(modem_logging_control, vendor_modem_prop)
|
||||
get_prop(modem_logging_control, hwservicemanager_prop)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue