Skip to content
Snippets Groups Projects
Commit 066ddee2 authored by Eino-Ville Talvala's avatar Eino-Ville Talvala Committed by android-build-merger
Browse files

Merge "Cameraserver: Allow shell user to use 'cmd media.camera'" am: 0a1c9a94

am: be06ab0d

Change-Id: I10e605a83d3a8a3816a65c2b11d62a0a830165ad
parents fc91bb7d be06ab0d
No related branches found
No related tags found
No related merge requests found
......@@ -53,6 +53,8 @@ neverallow cameraserver domain:{ tcp_socket udp_socket rawip_socket } *;
# Allow shell commands from ADB for CTS testing/dumping
allow cameraserver adbd:fd use;
allow cameraserver adbd:unix_stream_socket { read write };
allow cameraserver shell:fd use;
allow cameraserver shell:unix_stream_socket { read write };
# Allow shell commands from ADB for CTS testing/dumping
userdebug_or_eng(`
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment