Allow sdcardd tmpfs read access. am: db559a348e
am: 555f14c2ed
* commit '555f14c2ed5c80561e17229fcad22499f52462bf':
Allow sdcardd tmpfs read access.
This commit is contained in:
commit
b61d07a269
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ type sdcardd_exec, exec_type, file_type;
|
|||
allow sdcardd cgroup:dir create_dir_perms;
|
||||
allow sdcardd fuse_device:chr_file rw_file_perms;
|
||||
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 storage_file:dir search;
|
||||
allow sdcardd storage_stub_file:dir { search mounton };
|
||||
|
|
Loading…
Reference in a new issue