You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
302 B
8 lines
302 B
4 months ago
|
typeattribute recovery_refresh coredomain;
|
||
|
|
||
|
init_daemon_domain(recovery_refresh)
|
||
|
|
||
|
# recovery_refresh is not allowed to write anywhere
|
||
|
# TODO: deal with tmpfs_domain pub/priv split properly
|
||
|
neverallow recovery_refresh { file_type -recovery_refresh_tmpfs userdebug_or_eng(`-coredump_file') }:file write;
|