Skip to content
Snippets Groups Projects
Commit 555f14c2 authored by dcashman's avatar dcashman Committed by android-build-merger
Browse files

Allow sdcardd tmpfs read access.

am: db559a34

* commit 'db559a34':
  Allow sdcardd tmpfs read access.
parents 7d3e5467 db559a34
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,7 @@ type sdcardd_exec, exec_type, file_type; ...@@ -4,6 +4,7 @@ type sdcardd_exec, exec_type, file_type;
allow sdcardd cgroup:dir create_dir_perms; allow sdcardd cgroup:dir create_dir_perms;
allow sdcardd fuse_device:chr_file rw_file_perms; allow sdcardd fuse_device:chr_file rw_file_perms;
allow sdcardd rootfs:dir mounton; # TODO: deprecated in M allow sdcardd rootfs:dir mounton; # TODO: deprecated in M
allow sdcardd tmpfs:dir r_dir_perms;
allow sdcardd mnt_media_rw_file:dir r_dir_perms; allow sdcardd mnt_media_rw_file:dir r_dir_perms;
allow sdcardd storage_file:dir search; allow sdcardd storage_file:dir search;
allow sdcardd storage_stub_file:dir { search mounton }; allow sdcardd storage_stub_file:dir { search 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