1# ============================================== 2# Type Declaration 3# ============================================== 4 5type pre_meta_exec , exec_type, file_type; 6typeattribute pre_meta coredomain; 7 8 9# ============================================== 10# MTK Policy Rule 11# ============================================== 12 13init_daemon_domain(pre_meta) 14 15# Date : WK16.15 16# Operation : For reboot target to meta mode 17# Purpose : for pre_meta daemon to access lk_env and reboot target 18allow pre_meta block_device:dir search; 19allow pre_meta property_socket:sock_file write; 20allow pre_meta init:unix_stream_socket connectto;