Skip to content
Snippets Groups Projects
Commit c341f23e authored by Alex Klyubin's avatar Alex Klyubin
Browse files

SELinux policy: let vold setsched of kernel processes.

Change-Id: I2b7bf3037c94de4fecf3c3081497e0ac1dfef8a9
parent 84beb00a
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