805824884f
Bug: 65551293 Bug: 69390067 Test: None. Prebuilt only change. Change-Id: I62304b342a8b52fd505892cc2d4ebc882148224b
7 lines
352 B
Text
7 lines
352 B
Text
typeattribute recovery_persist coredomain;
|
|
|
|
init_daemon_domain(recovery_persist)
|
|
|
|
# recovery_persist is not allowed to write anywhere other than recovery_data_file
|
|
# TODO: deal with tmpfs_domain pub/priv split properly
|
|
neverallow recovery_persist { file_type -recovery_data_file -recovery_persist_tmpfs userdebug_or_eng(`-coredump_file') }:file write;
|