diff --git a/private/installd.te b/private/installd.te index 26d5ef66b32bbc1030f0d6d4826bc0299cdb9c57..0b7ec4e74b6d6e970e7851549d67c9ae229790d3 100644 --- a/private/installd.te +++ b/private/installd.te @@ -23,3 +23,8 @@ allow installd dumpstate:fifo_file r_file_perms; # Delete /system/bin/bcc generated artifacts allow installd app_exec_data_file:file unlink; + +# Capture userdata snapshots to /data/misc_[ce|de]/rollback and +# subsequently restore them. +allow installd rollback_data_file:dir create_dir_perms; +allow installd rollback_data_file:file create_file_perms;