94b7372534
Bug: 129943426 Test: Build Change-Id: I3e091652fa8d1757b1f71f7559186d5b32f000d5
6 lines
273 B
Text
6 lines
273 B
Text
typeattribute recovery_persist coredomain;
|
|
|
|
init_daemon_domain(recovery_persist)
|
|
|
|
# recovery_persist is not allowed to write anywhere other than recovery_data_file
|
|
neverallow recovery_persist { file_type -recovery_data_file userdebug_or_eng(`-coredump_file') }:file write;
|