diff --git a/cts.te b/cts.te
index 9aa3e86bc3ae9be1fa7006e5222b7d05e080fe3f..1963e07542998a64405514fac3f946be250b566f 100644
--- a/cts.te
+++ b/cts.te
@@ -26,13 +26,6 @@ allow appdomain file_type:dir_file_class_set getattr;
 allow appdomain dev_type:dir_file_class_set getattr;
 allow appdomain fs_type:dir_file_class_set getattr;
 
-# Accesses to apk_tmp_file and shell_data_file
-allow appdomain apk_tmp_file:file rw_file_perms;
-allow appdomain shell_data_file:file r_file_perms;
-
-# Read permission over link file to devices.
-allow appdomain dev_type:lnk_file read;
-
 # Tries to open /dev/alarm for writing but expects failure.
 dontaudit appdomain alarm_device:chr_file write;