Merge "Allow installd sufficient permissions to rollback_data_file."
diff --git a/private/installd.te b/private/installd.te
index 26d5ef6..0b7ec4e 100644
--- a/private/installd.te
+++ b/private/installd.te
@@ -23,3 +23,8 @@
 
 # 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;