Skip to content
Snippets Groups Projects
Commit 87f2ca2d authored by Jeffrey Vander Stoep's avatar Jeffrey Vander Stoep Committed by Gerrit Code Review
Browse files

Merge "init.te: allow writting to /proc/sys/vm/overcommit_memory"

parents ad03e7db b34480dc
No related branches found
No related tags found
No related merge requests found
......@@ -324,6 +324,9 @@ allow init init:key { write search setattr };
# 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)
###
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment