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
57ed9765
Commit
57ed9765
authored
10 years ago
by
Jeff Sharkey
Committed by
Android Git Automerger
10 years ago
Browse files
Options
Downloads
Plain Diff
am
479a536a
: am
e98cda25
: Grant apps write access to returned vfat FDs.
* commit '
479a536a
': Grant apps write access to returned vfat FDs.
parents
205882cf
479a536a
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
app.te
+2
-1
2 additions, 1 deletion
app.te
with
2 additions
and
1 deletion
app.te
+
2
−
1
View file @
57ed9765
...
...
@@ -147,8 +147,9 @@ allow appdomain fuse:dir create_dir_perms;
allow appdomain fuse:file create_file_perms;
# Access OBBs (vfat images) mounted by vold (b/17633509)
# File write access allowed for FDs returned through Storage Access Framework
allow appdomain vfat:dir r_dir_perms;
allow appdomain vfat:file r_file_perms;
allow appdomain vfat:file r
w
_file_perms;
# Allow apps to use the USB Accessory interface.
# http://developer.android.com/guide/topics/connectivity/usb/accessory.html
...
...
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