Skip to content
Snippets Groups Projects
Commit be06ab0d 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

Change-Id: I0d0cff153fa01b157e16f84801f9ed7652cb4db3
parents bb7612d2 0a1c9a94
Branches
Tags
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 register or to comment