Merge "init.te: allow writting to /proc/sys/vm/overcommit_memory"
diff --git a/init.te b/init.te
index 7160466..1845fa2 100644
--- a/init.te
+++ b/init.te
@@ -324,6 +324,9 @@
 # Allow init to create /data/unencrypted
 allow init unencrypted_data_file:dir create_dir_perms;
 
+# Allow init to write to /proc/sys/vm/overcommit_memory
+allow init proc_overcommit_memory:file { write };
+
 unix_socket_connect(init, vold, vold)
 
 ###