Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sepolicy
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
public-release-test
platform
system
sepolicy
Commits
ed21bfca
Commit
ed21bfca
authored
10 years ago
by
Nick Kralevich
Committed by
Gerrit Code Review
10 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Only allow app domains to access SDcard via fuse mount."
parents
ee615284
cf610692
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app.te
+3
-3
3 additions, 3 deletions
app.te
with
3 additions
and
3 deletions
app.te
+
3
−
3
View file @
ed21bfca
...
@@ -115,9 +115,9 @@ allow appdomain radio_data_file:file { read write getattr };
...
@@ -115,9 +115,9 @@ allow appdomain radio_data_file:file { read write getattr };
# cropping or taking user photos.
# cropping or taking user photos.
allow untrusted_app system_app_data_file:file { read write getattr };
allow untrusted_app system_app_data_file:file { read write getattr };
# Access SDcard.
# Access SDcard
via the fuse mount
.
allow appdomain sdcard_
type
:dir create_dir_perms;
allow appdomain sdcard_
internal
:dir create_dir_perms;
allow appdomain sdcard_
type
:file create_file_perms;
allow appdomain sdcard_
internal
:file create_file_perms;
# Allow apps to use the USB Accessory interface.
# Allow apps to use the USB Accessory interface.
# http://developer.android.com/guide/topics/connectivity/usb/accessory.html
# 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