am f007d036
: make /dev/zero read-write
* commit 'f007d03628f98a40c01c12ad105ca6be14fd3c78': make /dev/zero read-write
This commit is contained in:
commit
cb829c60ea
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue