diff --git a/installd.te b/installd.te
index 3c43b05ecec45f07da2100d17db01e4622082f0d..acbb9cecc5800094a85ca41251a0d1db22f7ae5b 100644
--- a/installd.te
+++ b/installd.te
@@ -11,7 +11,7 @@ allow installd system_data_file:lnk_file create;
 allow installd dalvikcache_data_file:file create_file_perms;
 allow installd data_file_type:dir create_dir_perms;
 allow installd data_file_type:dir { relabelfrom relabelto };
-allow installd data_file_type:{ file lnk_file } { getattr unlink };
+allow installd data_file_type:{ file_class_set } { getattr unlink };
 allow installd apk_data_file:file r_file_perms;
 allow installd apk_tmp_file:file r_file_perms;
 allow installd system_file:file x_file_perms;