Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AndroidSystemSEPolicy
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Werner Sembach
AndroidSystemSEPolicy
Commits
f32e00e0
Commit
f32e00e0
authored
7 years ago
by
huans
Committed by
android-build-merger
7 years ago
Browse files
Options
Downloads
Plain Diff
Add shell:fifo_file permission for cameraserver am:
a6acef9a
am:
42756b76
am:
50830871
Change-Id: I23c9f800c4faab0d03a9d239bbb2d0a61b6263ab
parents
cb33022b
50830871
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/cameraserver.te
+1
-0
1 addition, 0 deletions
public/cameraserver.te
with
1 addition
and
0 deletions
public/cameraserver.te
+
1
−
0
View file @
f32e00e0
...
@@ -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(`
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment