xref: /aosp_15_r20/system/sepolicy/prebuilts/api/31.0/private/recovery_refresh.te (revision e4a36f4174b17bbab9dc043f4a65dc8d87377290)
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