Skip to content
Snippets Groups Projects
Commit 23946193 authored by Yabin Cui's avatar Yabin Cui Committed by android-build-merger
Browse files

Allow run-as to read/write unix_stream_sockets created by adbd.

am: 1847a38b

Change-Id: I8c8351da5f2c41a284a6c6aa05e268f209242e00
parents 7b19b081 1847a38b
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,7 @@ type runas, domain, domain_deprecated, mlstrustedsubject; ...@@ -2,6 +2,7 @@ type runas, domain, domain_deprecated, mlstrustedsubject;
type runas_exec, exec_type, file_type; type runas_exec, exec_type, file_type;
allow runas adbd:process sigchld; allow runas adbd:process sigchld;
allow runas adbd:unix_stream_socket { read write };
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 shell:unix_stream_socket { 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