Skip to content
Snippets Groups Projects
Commit 7b489e25 authored by Yi Jin's avatar Yi Jin Committed by android-build-merger
Browse files

Merge "Add this rule allows incidentd CTS tests be able to use incident...

Merge "Add this rule allows incidentd CTS tests be able to use incident command to fetch data from shell." am: a4b7a7cc am: 68dc291b
am: 99864217

Change-Id: I9b9e18594049499da4f80ffb9021014101da875c
parents 207cbb8c 99864217
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,9 @@ domain_auto_trans(shell, incident_exec, incident) ...@@ -8,6 +8,9 @@ domain_auto_trans(shell, incident_exec, incident)
# allow incident access to stdout from its parent shell. # allow incident access to stdout from its parent shell.
allow incident shell:fd use; allow incident shell:fd use;
# allow incident be able to output data for CTS to fetch.
allow incident devpts:chr_file { read write };
# allow incident to communicate use, read and write over the adb # allow incident to communicate use, read and write over the adb
# connection. # connection.
allow incident adbd:fd use; allow incident adbd:fd use;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment