Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sepolicy
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
public-release-test
platform
system
sepolicy
Commits
da694ced
Commit
da694ced
authored
8 years ago
by
Mikhail Naganov
Committed by
android-build-merger
8 years ago
Browse files
Options
Downloads
Plain Diff
hal_audio: Allow writing dump info into pipes when capturing BR am:
9686cbcd
am:
4aac6fdb
am:
b00a85c3
Change-Id: I82f7934d824a35644263eb298d6c2c5eb018c8b5
parents
c780facd
b00a85c3
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/hal_audio.te
+2
-0
2 additions, 0 deletions
public/hal_audio.te
with
2 additions
and
0 deletions
public/hal_audio.te
+
2
−
0
View file @
da694ced
...
@@ -20,6 +20,8 @@ allow hal_audio audio_device:chr_file rw_file_perms;
...
@@ -20,6 +20,8 @@ allow hal_audio audio_device:chr_file rw_file_perms;
# Needed to provide debug dump output via dumpsys' pipes.
# Needed to provide debug dump output via dumpsys' pipes.
allow hal_audio shell:fd use;
allow hal_audio shell:fd use;
allow hal_audio shell:fifo_file write;
allow hal_audio shell:fifo_file write;
allow hal_audio dumpstate:fd use;
allow hal_audio dumpstate:fifo_file write;
###
###
### neverallow rules
### neverallow rules
...
...
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