Merge "SELinux policy: let vold write to device:dir." into jb-mr2-dev
This commit is contained in:
commit
c25023e1fa
1 changed files with 1 additions and 0 deletions
1
vold.te
1
vold.te
|
@ -7,6 +7,7 @@ typeattribute vold mlstrustedsubject;
|
|||
allow vold system_file:file x_file_perms;
|
||||
allow vold block_device:dir create_dir_perms;
|
||||
allow vold block_device:blk_file create_file_perms;
|
||||
allow vold device:dir write;
|
||||
allow vold devpts:chr_file rw_file_perms;
|
||||
allow vold rootfs:dir mounton;
|
||||
allow vold sdcard_type:dir mounton;
|
||||
|
|
Loading…
Reference in a new issue