Skip to content
Snippets Groups Projects
Commit 8eb7d672 authored by Geremy Condra's avatar Geremy Condra Committed by Android Git Automerger
Browse files

am 5d54d483: Merge "SELinux policy: let vold setsched of kernel processes." into jb-mr2-dev

* commit '5d54d483':
  SELinux policy: let vold setsched of kernel processes.
parents 67476823 5d54d483
No related branches found
No related tags found
No related merge requests found
...@@ -56,6 +56,9 @@ allow vold proc:file write; ...@@ -56,6 +56,9 @@ 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 { rw_dir_perms mounton };
# Set scheduling policy of kernel processes
allow vold kernel:process setsched;
# Property Service # Property Service
allow vold vold_prop:property_service set; allow vold vold_prop:property_service set;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment