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
67d9932c
Commit
67d9932c
authored
9 years ago
by
Jeff Vander Stoep
Committed by
Jeffrey Vander Stoep
9 years ago
Browse files
Options
Downloads
Patches
Plain Diff
vold launched e2fsck must run in fsck domain
Bug: 22821100 Change-Id: I549abfd31f7286ad50be3adeadaf559816c0ee38
parent
792622c3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
vold.te
+4
-2
4 additions, 2 deletions
vold.te
with
4 additions
and
2 deletions
vold.te
+
4
−
2
View file @
67d9932c
...
...
@@ -81,8 +81,8 @@ allow vold sysfs:file rw_file_perms;
allow vold kmsg_device:chr_file rw_file_perms;
# Run fsck.
allow vold fsck_exec:file r
x
_file_perms;
# Run fsck
in the fsck domain
.
allow vold fsck_exec:file
{
r_file_perms
execute }
;
# Log fsck results
allow vold fscklogs:dir rw_dir_perms;
...
...
@@ -176,3 +176,5 @@ neverallow { domain -vold } vold_data_file:notdevfile_class_set ~{ relabelto get
neverallow { domain -vold -init } vold_data_file:dir *;
neverallow { domain -vold -init } vold_data_file:notdevfile_class_set *;
neverallow { domain -vold -init } restorecon_prop:property_service set;
neverallow vold fsck_exec:file execute_no_trans;
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