1type predump_touch, domain; 2type predump_touch_exec, vendor_file_type, exec_type, file_type; 3init_daemon_domain(predump_touch) 4 5allow predump_touch vendor_touch_dump_file:dir rw_dir_perms; 6allow predump_touch vendor_touch_dump_file:file create_file_perms; 7 8allow predump_touch vendor_toolbox_exec:file execute_no_trans; 9allow predump_touch vendor_shell_exec:file execute_no_trans; 10