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
c24bf761
Commit
c24bf761
authored
7 years ago
by
Steven Moreland
Committed by
android-build-merger
7 years ago
Browse files
Options
Downloads
Plain Diff
Allow omx hal access to vndbinder on all devices. am:
d64561f7
am:
ae9b9254
Change-Id: I6700efa4ebee1a4dd703f724400cc0add39d397c
parents
2431640d
ae9b9254
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/mediacodec.te
+3
-4
3 additions, 4 deletions
public/mediacodec.te
with
3 additions
and
4 deletions
public/mediacodec.te
+
3
−
4
View file @
c24bf761
...
@@ -8,10 +8,9 @@ typeattribute mediacodec mlstrustedsubject;
...
@@ -8,10 +8,9 @@ typeattribute mediacodec mlstrustedsubject;
# and use macro hal_server_domain
# and use macro hal_server_domain
get_prop(mediacodec, hwservicemanager_prop)
get_prop(mediacodec, hwservicemanager_prop)
full_treble_only(`
# can route /dev/binder traffic to /dev/vndbinder
# on full-Treble devices, route all /dev/binder traffic to /dev/vndbinder
vndbinder_use(mediacodec)
vndbinder_use(mediacodec)
')
not_full_treble(`
not_full_treble(`
# on legacy devices, continue to allow /dev/binder traffic
# on legacy devices, continue to allow /dev/binder traffic
binder_use(mediacodec)
binder_use(mediacodec)
...
...
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