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

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

* commit 'd0a5e06d':
  SELinux policy: let vold write to device:dir.
parents 49564d07 d0a5e06d
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