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
637af04e
Commit
637af04e
authored
9 years ago
by
Nick Kralevich
Committed by
android-build-merger
9 years ago
Browse files
Options
Downloads
Plain Diff
Change /dev/ion from read-only to read-write
am:
71fd337f
* commit '
71fd337f
': Change /dev/ion from read-only to read-write
parents
862e4ab1
71fd337f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
adbd.te
+1
-1
1 addition, 1 deletion
adbd.te
shell.te
+1
-1
1 addition, 1 deletion
shell.te
with
2 additions
and
2 deletions
adbd.te
+
1
−
1
View file @
637af04e
...
@@ -62,7 +62,7 @@ binder_use(adbd)
...
@@ -62,7 +62,7 @@ binder_use(adbd)
binder_call(adbd, surfaceflinger)
binder_call(adbd, surfaceflinger)
# b/13188914
# b/13188914
allow adbd gpu_device:chr_file rw_file_perms;
allow adbd gpu_device:chr_file rw_file_perms;
allow adbd ion_device:chr_file r_file_perms;
allow adbd ion_device:chr_file r
w
_file_perms;
r_dir_file(adbd, system_file)
r_dir_file(adbd, system_file)
# Read /data/misc/adb/adb_keys.
# Read /data/misc/adb/adb_keys.
...
...
This diff is collapsed.
Click to expand it.
shell.te
+
1
−
1
View file @
637af04e
...
@@ -125,4 +125,4 @@ allow shell self:process ptrace;
...
@@ -125,4 +125,4 @@ allow shell self:process ptrace;
neverallow shell file_type:file link;
neverallow shell file_type:file link;
# Allow access to ion memory allocation device.
# Allow access to ion memory allocation device.
allow shell ion_device:chr_file
{ open read }
;
allow shell ion_device:chr_file
rw_file_perms
;
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