Add shell:fifo_file permission for cameraserver am: a6acef9a9e
am: 42756b7628
am: 5083087127
Change-Id: I23c9f800c4faab0d03a9d239bbb2d0a61b6263ab
This commit is contained in:
commit
f32e00e0d0
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ 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 cameraserver shell:fifo_file { read write };
|
||||
|
||||
# Allow shell commands from ADB for CTS testing/dumping
|
||||
userdebug_or_eng(`
|
||||
|
|
Loading…
Reference in a new issue