platform_system_sepolicy/private/recovery_refresh.te

7 lines
223 B
Text
Raw Normal View History

typeattribute recovery_refresh coredomain;
init_daemon_domain(recovery_refresh)
# recovery_refresh is not allowed to write anywhere
neverallow recovery_refresh { file_type userdebug_or_eng(`-coredump_file') }:file write;