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
1adb7ca3
Commit
1adb7ca3
authored
11 years ago
by
Geremy Condra
Committed by
Android (Google) Code Review
11 years ago
Browse files
Options
Downloads
Plain Diff
Merge "SELinux policy: let vold create /data/tmp_mnt" into jb-mr2-dev
parents
3b9fd5ff
7de339a1
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
+1
-1
1 addition, 1 deletion
vold.te
with
1 addition
and
1 deletion
vold.te
+
1
−
1
View file @
1adb7ca3
...
@@ -56,7 +56,7 @@ allow vold kernel:system module_request;
...
@@ -56,7 +56,7 @@ allow vold kernel:system module_request;
allow vold proc:file write;
allow vold proc:file write;
# Create and mount on /data/tmp_mnt.
# Create and mount on /data/tmp_mnt.
allow vold system_data_file:dir { rw_dir_perms mounton };
allow vold system_data_file:dir {
create
rw_dir_perms mounton };
# Set scheduling policy of kernel processes
# Set scheduling policy of kernel processes
allow vold kernel:process setsched;
allow vold kernel:process setsched;
...
...
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