You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
60 lines
2.2 KiB
60 lines
2.2 KiB
4 months ago
|
# boot_mdoe file access
|
||
|
allow mobile_log_d sysfs_boot_mode:file { open read };
|
||
|
|
||
|
#proc/ access
|
||
|
allow mobile_log_d proc_kmsg:file r_file_perms;
|
||
|
allow mobile_log_d proc_cmdline:file r_file_perms;
|
||
|
allow mobile_log_d proc_atf_log:dir search;
|
||
|
allow mobile_log_d proc_atf_log:file r_file_perms;
|
||
|
allow mobile_log_d proc_gz_log:file r_file_perms;
|
||
|
allow mobile_log_d proc_last_kmsg:file r_file_perms;
|
||
|
allow mobile_log_d proc_bootprof:file r_file_perms;
|
||
|
allow mobile_log_d proc_pl_lk:file r_file_perms;
|
||
|
|
||
|
#scp
|
||
|
allow mobile_log_d sysfs_scp:file { open write };
|
||
|
allow mobile_log_d sysfs_scp:dir search;
|
||
|
allow mobile_log_d scp_device:chr_file { read open };
|
||
|
|
||
|
#adsp
|
||
|
allow mobile_log_d sysfs_adsp:file { open write };
|
||
|
allow mobile_log_d sysfs_adsp:dir search;
|
||
|
allow mobile_log_d adsp_device:chr_file r_file_perms;
|
||
|
|
||
|
#sspm
|
||
|
allow mobile_log_d sysfs_sspm:file { open write };
|
||
|
allow mobile_log_d sysfs_sspm:dir search;
|
||
|
allow mobile_log_d sspm_device:chr_file { read open };
|
||
|
|
||
|
#data/misc/mblog
|
||
|
allow mobile_log_d logmisc_data_file:dir { relabelto create_dir_perms };
|
||
|
allow mobile_log_d logmisc_data_file:file create_file_perms;
|
||
|
|
||
|
#data/log_temp
|
||
|
allow mobile_log_d logtemp_data_file:dir { relabelto create_dir_perms };
|
||
|
allow mobile_log_d logtemp_data_file:file create_file_perms;
|
||
|
|
||
|
#data/data_tmpfs_log
|
||
|
allow mobile_log_d data_tmpfs_log_file:dir create_dir_perms;
|
||
|
allow mobile_log_d data_tmpfs_log_file:file create_file_perms;
|
||
|
|
||
|
# Date: 2016/11/11
|
||
|
# purpose: allow MobileLog to access aee socket
|
||
|
allow mobile_log_d crash_dump:unix_stream_socket connectto;
|
||
|
|
||
|
# purpose: send log to com port
|
||
|
allow mobile_log_d ttyGS_device:chr_file { read write ioctl open };
|
||
|
|
||
|
# purpose: allow mobile_log_d to access persist.meta.connecttype
|
||
|
get_prop(mobile_log_d, vendor_mtk_meta_connecttype_prop)
|
||
|
|
||
|
# purpose: allow mobile_log_d to create socket
|
||
|
allow mobile_log_d port:tcp_socket { name_connect name_bind };
|
||
|
allow mobile_log_d mobile_log_d:tcp_socket { create connect setopt bind };
|
||
|
allow mobile_log_d mobile_log_d:tcp_socket { bind setopt listen accept read write };
|
||
|
allow mobile_log_d node:tcp_socket node_bind;
|
||
|
|
||
|
# purpose: allow mobile_log_d to read system property init.svc.vendor.
|
||
|
# GOOGLE: Commented out for b/169606103
|
||
|
#get_prop(mobile_log_d, vendor_default_prop)
|