Skip to content
Snippets Groups Projects
Commit b660916b authored by Stephen Smalley's avatar Stephen Smalley
Browse files

Allow the shell to create files on the sdcard.

parent d5a70a7f
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ allow shell shell_data_file:file rx_file_perms;
# Access sdcard.
allow shell sdcard:dir rw_dir_perms;
allow shell sdcard:file rw_file_perms;
allow shell sdcard:file create_file_perms;
r_dir_file(shell, apk_data_file)
allow shell dalvikcache_data_file:file write;
......
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