external/sepolicy: install daemon unlink application data files
diff --git a/installd.te b/installd.te
index 466125e..ce9122b 100644
--- a/installd.te
+++ b/installd.te
@@ -20,3 +20,5 @@
 selinux_check_context(installd)
 # Read /seapp_contexts, presently on the rootfs.
 allow installd rootfs:file r_file_perms;
+# Unlink app_data_file
+allow installd app_data_file:lnk_file unlink;