1type gnss_check, domain;
2type gnss_check_exec, exec_type, vendor_file_type, file_type;
3
4init_daemon_domain(gnss_check);
5
6allow gnss_check vendor_toolbox_exec:file { execute_no_trans };
7
8set_prop(gnss_check, ctl_stop_prop);
9set_prop(gnss_check, ctl_start_prop);
10