am 8eb7d672
: am 5d54d483
: Merge "SELinux policy: let vold setsched of kernel processes." into jb-mr2-dev
* commit '8eb7d6727b26d85ee4f450b1ce80aca8162321c4': SELinux policy: let vold setsched of kernel processes.
This commit is contained in:
commit
521351db86
1 changed files with 3 additions and 0 deletions
3
vold.te
3
vold.te
|
@ -56,6 +56,9 @@ allow vold proc:file write;
|
|||
# Create and mount on /data/tmp_mnt.
|
||||
allow vold system_data_file:dir { rw_dir_perms mounton };
|
||||
|
||||
# Set scheduling policy of kernel processes
|
||||
allow vold kernel:process setsched;
|
||||
|
||||
# Property Service
|
||||
allow vold vold_prop:property_service set;
|
||||
|
||||
|
|
Loading…
Reference in a new issue