Skip to content
Snippets Groups Projects
Commit d0a5e06d authored by Alex Klyubin's avatar Alex Klyubin Committed by Android Git Automerger
Browse files

am c25023e1: Merge "SELinux policy: let vold write to device:dir." into jb-mr2-dev

* commit 'c25023e1':
  SELinux policy: let vold write to device:dir.
parents 06dab1bf c25023e1
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,7 @@ typeattribute vold mlstrustedsubject; ...@@ -7,6 +7,7 @@ typeattribute vold mlstrustedsubject;
allow vold system_file:file x_file_perms; allow vold system_file:file x_file_perms;
allow vold block_device:dir create_dir_perms; allow vold block_device:dir create_dir_perms;
allow vold block_device:blk_file create_file_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 devpts:chr_file rw_file_perms;
allow vold rootfs:dir mounton; allow vold rootfs:dir mounton;
allow vold sdcard_type:dir mounton; allow vold sdcard_type:dir mounton;
......
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