blob: 2d244fd5901656a07df0b9b1adc12817cb9fca64 [file] [log] [blame]
Alex Klyubinf5446eb2017-03-23 14:27:32 -07001typeattribute recovery_persist coredomain;
2
dcashmancc39f632016-07-22 13:13:11 -07003init_daemon_domain(recovery_persist)
dcashman2e00e632016-10-12 14:58:09 -07004
5# recovery_persist is not allowed to write anywhere other than recovery_data_file
Jeff Vander Stoep41a2abf2019-01-23 15:07:40 -08006neverallow recovery_persist { file_type -recovery_data_file userdebug_or_eng(`-coredump_file') }:file write;