diff --git a/vold.te b/vold.te
index 297787d080855127c45614f706ab55888d1e0806..8dd213714b9aa73ed7ac4e8446c51faaa9d44b9d 100644
--- a/vold.te
+++ b/vold.te
@@ -7,6 +7,7 @@ typeattribute vold mlstrustedsubject;
 allow vold system_file:file x_file_perms;
 allow vold block_device:dir create_dir_perms;
 allow vold block_device:blk_file create_file_perms;
+allow vold device:dir write;
 allow vold devpts:chr_file rw_file_perms;
 allow vold rootfs:dir mounton;
 allow vold sdcard_type:dir mounton;