1typeattribute recovery_refresh coredomain;
2
3init_daemon_domain(recovery_refresh)
4
5# recovery_refresh is not allowed to write anywhere
6neverallow recovery_refresh {
7 file_type
8 userdebug_or_eng(`-coredump_file')
9 with_native_coverage(`-method_trace_data_file')
10}:file write;
11