Skip to content
Snippets Groups Projects
Commit 398e3f2c authored by Nick Kralevich's avatar Nick Kralevich Committed by android-build-merger
Browse files

allow run-as to carry unix_stream_sockets am: 3b97552f am: b2726c61

am: 4cf3c972

Change-Id: I482a6c14f4420c69073373e39cd09c66ca8d4c4f
parents c2d6acfe 4cf3c972
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,7 @@ type runas_exec, exec_type, file_type; ...@@ -4,6 +4,7 @@ type runas_exec, exec_type, file_type;
allow runas adbd:process sigchld; allow runas adbd:process sigchld;
allow runas shell:fd use; allow runas shell:fd use;
allow runas shell:fifo_file { read write }; allow runas shell:fifo_file { read write };
allow runas shell:unix_stream_socket { read write };
allow runas devpts:chr_file { read write ioctl }; allow runas devpts:chr_file { read write ioctl };
allow runas shell_data_file:file { read write }; allow runas shell_data_file:file { read write };
......
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