Skip to content
Snippets Groups Projects
Commit cb829c60 authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

am f007d036: make /dev/zero read-write

* commit 'f007d036':
  make /dev/zero read-write
parents df3d1f86 f007d036
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ allow domain device:file read;
allow domain socket_device:dir r_dir_perms;
allow domain owntty_device:chr_file rw_file_perms;
allow domain null_device:chr_file rw_file_perms;
allow domain zero_device:chr_file r_file_perms;
allow domain zero_device:chr_file rw_file_perms;
allow domain ashmem_device:chr_file rw_file_perms;
allow domain binder_device:chr_file rw_file_perms;
allow domain ptmx_device:chr_file rw_file_perms;
......
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