diff --git a/vold.te b/vold.te
index b3b4ba80392d035a2853413e386588af9a7a1307..4ee45b91d6ff24f80a1d2aa58a74f9a4c26c9626 100644
--- a/vold.te
+++ b/vold.te
@@ -145,7 +145,7 @@ allow vold unencrypted_data_file:{ file } create_file_perms;
 allow vold unencrypted_data_file:dir create_dir_perms;
 
 # Give vold a place where only vold can store files; everyone else is off limits
-allow vold vold_data_file:dir rw_dir_perms;
+allow vold vold_data_file:dir create_dir_perms;
 allow vold vold_data_file:file create_file_perms;
 
 # linux keyring configuration