2017-03-23 22:27:32 +01:00
|
|
|
typeattribute recovery_refresh coredomain;
|
|
|
|
|
2016-07-22 22:13:11 +02:00
|
|
|
init_daemon_domain(recovery_refresh)
|
2016-10-12 23:58:09 +02:00
|
|
|
|
|
|
|
# recovery_refresh is not allowed to write anywhere
|
2019-06-14 00:05:15 +02:00
|
|
|
neverallow recovery_refresh {
|
|
|
|
file_type
|
|
|
|
userdebug_or_eng(`-coredump_file')
|
|
|
|
with_native_coverage(`-method_trace_data_file')
|
|
|
|
}:file write;
|