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
52c36410
Commit
52c36410
authored
8 years ago
by
Daniel Rosenberg
Committed by
android-build-merger
8 years ago
Browse files
Options
Downloads
Plain Diff
isolated_app.te: Give permissions for using sdcardfs am:
02bf4aad
am:
e7bacff2
am:
c69bb0fe
Change-Id: I895a471d89491f31d51cde5ab17a16a9ada5b808
parents
ff7a10ae
c69bb0fe
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
public/isolated_app.te
+4
-2
4 additions, 2 deletions
public/isolated_app.te
with
4 additions
and
2 deletions
public/isolated_app.te
+
4
−
2
View file @
52c36410
...
@@ -30,8 +30,10 @@ allow isolated_app self:process ptrace;
...
@@ -30,8 +30,10 @@ allow isolated_app self:process ptrace;
# neverallow rules below.
# neverallow rules below.
# TODO: consider removing write/append. We want to limit isolated_apps
# TODO: consider removing write/append. We want to limit isolated_apps
# ability to mutate files of any type.
# ability to mutate files of any type.
allow isolated_app sdcard_type:file { read write append getattr lock };
# media_rw_data_file is included for sdcardfs, and can be removed if sdcardfs
auditallow isolated_app sdcard_type:file { write append };
# is modified to change the secontext when accessing the lower filesystem.
allow isolated_app { sdcard_type media_rw_data_file }:file { read write append getattr lock };
auditallow isolated_app { sdcard_type media_rw_data_file }:file { write append };
# For webviews, isolated_app processes can be forked from the webview_zygote
# For webviews, isolated_app processes can be forked from the webview_zygote
# in addition to the zygote. Allow access to resources inherited from the
# in addition to the zygote. Allow access to resources inherited from the
...
...
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