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
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
public-release-test
platform
system
sepolicy
Commits
37f17c5b
Commit
37f17c5b
authored
Dec 14, 2016
by
Max
Committed by
android-build-merger
Dec 14, 2016
Browse files
Options
Downloads
Plain Diff
Removing file system remount permission from vold
am:
16c889c5
Change-Id: Icfa43cb11246de34f6f8f3c96726bec67680c5ff
parents
7724c229
16c889c5
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/vold.te
+1
-4
1 addition, 4 deletions
public/vold.te
with
1 addition
and
4 deletions
public/vold.te
+
1
−
4
View file @
37f17c5b
...
...
@@ -93,10 +93,7 @@ allow vold ion_device:chr_file r_file_perms;
#
# Unmount and mount the fs.
allow vold labeledfs:filesystem { mount unmount remount };
# audit any attempts of vold to remount a filesystem, monitor in a few weeks
# then remove
auditallow vold labeledfs:filesystem { remount };
allow vold labeledfs:filesystem { mount unmount };
# Access /efs/userdata_footer.
# XXX Split into a separate type?
...
...
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