diff --git a/cts.te b/cts.te
index 8ae62daf533a20efc3cb64bc6fd88857c9db92d6..8f21ddac6d780cb3e99d4436a58fa6c026722d8c 100644
--- a/cts.te
+++ b/cts.te
@@ -16,7 +16,6 @@ dontaudit appdomain appdomain:dir r_dir_perms;
 dontaudit appdomain appdomain:file r_file_perms;
 
 # Walk the file tree, stat any file.
-allow appdomain file_type:dir r_dir_perms;
 allow appdomain fs_type:dir r_dir_perms;
 allow appdomain dev_type:dir r_dir_perms;
 allow appdomain file_type:dir_file_class_set getattr;