Merge "Move to ioctl whitelisting for plain files / directories"
diff --git a/public/kernel.te b/public/kernel.te
index 3a440eb..d20bc47 100644
--- a/public/kernel.te
+++ b/public/kernel.te
@@ -79,7 +79,7 @@
allow kernel media_rw_data_file:file create_file_perms;
# Access to /data/misc/vold/virtual_disk.
-allow kernel vold_data_file:file read;
+allow kernel vold_data_file:file { read write };
# Allow the first-stage init (which is running in the kernel domain) to execute the
# dynamic linker when it re-executes /init to switch into the second stage.