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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Werner Sembach
AndroidSystemSEPolicy
Commits
aa5feec9
Commit
aa5feec9
authored
8 years ago
by
Steven Moreland
Committed by
android-build-merger
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge "adbd: use hal_client_domain"
am:
5a9410cf
Change-Id: I4cf02d403a045bce6da96939406a886197f5a1a5
parents
92229884
5a9410cf
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
private/adbd.te
+3
-3
3 additions, 3 deletions
private/adbd.te
with
3 additions
and
3 deletions
private/adbd.te
+
3
−
3
View file @
aa5feec9
...
@@ -71,9 +71,9 @@ binder_call(adbd, surfaceflinger)
...
@@ -71,9 +71,9 @@ binder_call(adbd, surfaceflinger)
allow adbd gpu_device:chr_file rw_file_perms;
allow adbd gpu_device:chr_file rw_file_perms;
allow adbd ion_device:chr_file rw_file_perms;
allow adbd ion_device:chr_file rw_file_perms;
r_dir_file(adbd, system_file)
r_dir_file(adbd, system_file)
# Needed for Android Studio screenshot
hwbinder_use(adbd)
# Needed for various screenshots
al
low
adbd hal_graphics_allocator
:fd use;
h
al
_client_domain(
adbd
,
hal_graphics_allocator
)
# Read /data/misc/adb/adb_keys.
# Read /data/misc/adb/adb_keys.
allow adbd adb_keys_file:dir search;
allow adbd adb_keys_file:dir search;
...
...
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