Skip to content
Snippets Groups Projects
Commit f32e00e0 authored by huans's avatar huans Committed by android-build-merger
Browse files

Add shell:fifo_file permission for cameraserver am: a6acef9a am: 42756b76

am: 50830871

Change-Id: I23c9f800c4faab0d03a9d239bbb2d0a61b6263ab
parents cb33022b 50830871
No related branches found
No related tags found
No related merge requests found
...@@ -55,6 +55,7 @@ allow cameraserver adbd:fd use; ...@@ -55,6 +55,7 @@ allow cameraserver adbd:fd use;
allow cameraserver adbd:unix_stream_socket { read write }; allow cameraserver adbd:unix_stream_socket { read write };
allow cameraserver shell:fd use; allow cameraserver shell:fd use;
allow cameraserver shell:unix_stream_socket { read write }; allow cameraserver shell:unix_stream_socket { read write };
allow cameraserver shell:fifo_file { read write };
# Allow shell commands from ADB for CTS testing/dumping # Allow shell commands from ADB for CTS testing/dumping
userdebug_or_eng(` userdebug_or_eng(`
......
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