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

am 6e5771ec: am cb829c60: am f007d036: make /dev/zero read-write

* commit '6e5771ec':
  make /dev/zero read-write
parents be59645c 6e5771ec
No related branches found
No related tags found
No related merge requests found
...@@ -64,7 +64,7 @@ allow domain device:file read; ...@@ -64,7 +64,7 @@ allow domain device:file read;
allow domain socket_device:dir r_dir_perms; allow domain socket_device:dir r_dir_perms;
allow domain owntty_device:chr_file rw_file_perms; allow domain owntty_device:chr_file rw_file_perms;
allow domain null_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 ashmem_device:chr_file rw_file_perms;
allow domain binder_device:chr_file rw_file_perms; allow domain binder_device:chr_file rw_file_perms;
allow domain ptmx_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.
Please register or to comment