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
f5e50596
Commit
f5e50596
authored
8 years ago
by
Geoffrey Pitsch
Committed by
android-build-merger
8 years ago
Browse files
Options
Downloads
Plain Diff
Allow audioserver for bootanim.
am:
ad5b4be3
Change-Id: Ifcbba22f28194f830ac757163a189cf53e6c7583
parents
1a73385f
ad5b4be3
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bootanim.te
+2
-0
2 additions, 0 deletions
bootanim.te
with
2 additions
and
0 deletions
bootanim.te
+
2
−
0
View file @
f5e50596
...
...
@@ -6,6 +6,7 @@ init_daemon_domain(bootanim)
binder_use(bootanim)
binder_call(bootanim, surfaceflinger)
binder_call(bootanim, audioserver)
allow bootanim gpu_device:chr_file rw_file_perms;
...
...
@@ -16,6 +17,7 @@ allow bootanim oemfs:file r_file_perms;
allow bootanim audio_device:dir r_dir_perms;
allow bootanim audio_device:chr_file rw_file_perms;
allow bootanim audioserver_service:service_manager find;
allow bootanim surfaceflinger_service:service_manager find;
# Allow access to ion memory allocation device
...
...
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