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
b96f677c
You need to sign in or sign up before continuing.
Commit
b96f677c
authored
11 years ago
by
The Android Open Source Project
Browse files
Options
Downloads
Plain Diff
Merge commit '
4ab29835
' into HEAD
parents
aa376831
4ab29835
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
vold.te
+4
-0
4 additions, 0 deletions
vold.te
with
4 additions
and
0 deletions
vold.te
+
4
−
0
View file @
b96f677c
...
@@ -14,6 +14,7 @@ allow vold rootfs:dir mounton;
...
@@ -14,6 +14,7 @@ allow vold rootfs:dir mounton;
allow vold sdcard_type:dir mounton;
allow vold sdcard_type:dir mounton;
allow vold sdcard_type:filesystem { mount remount unmount };
allow vold sdcard_type:filesystem { mount remount unmount };
allow vold sdcard_type:dir create_dir_perms;
allow vold sdcard_type:dir create_dir_perms;
allow vold sdcard_type:file create_file_perms;
allow vold tmpfs:filesystem { mount unmount };
allow vold tmpfs:filesystem { mount unmount };
allow vold tmpfs:dir create_dir_perms;
allow vold tmpfs:dir create_dir_perms;
allow vold tmpfs:dir mounton;
allow vold tmpfs:dir mounton;
...
@@ -29,6 +30,9 @@ allow vold domain:{ file lnk_file } r_file_perms;
...
@@ -29,6 +30,9 @@ allow vold domain:{ file lnk_file } r_file_perms;
allow vold domain:process { signal sigkill };
allow vold domain:process { signal sigkill };
allow vold self:capability { sys_ptrace kill };
allow vold self:capability { sys_ptrace kill };
# For blkid
allow vold shell_exec:file rx_file_perms;
# XXX Label sysfs files with a specific type?
# XXX Label sysfs files with a specific type?
allow vold sysfs:file rw_file_perms;
allow vold sysfs:file rw_file_perms;
...
...
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