Skip to content
Snippets Groups Projects
Commit c473e0cd authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

am 96de635e: am 251ba76b: Allow "mkdir /sdcard/foo"

* commit '96de635e':
  Allow "mkdir /sdcard/foo"
parents b6e74324 96de635e
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ allow shelldomain shell_data_file:file create_file_perms; ...@@ -6,7 +6,7 @@ allow shelldomain shell_data_file:file create_file_perms;
allow shelldomain shell_data_file:file rx_file_perms; allow shelldomain shell_data_file:file rx_file_perms;
# Access sdcard. # Access sdcard.
allow shelldomain sdcard_type:dir rw_dir_perms; allow shelldomain sdcard_type:dir create_dir_perms;
allow shelldomain sdcard_type:file create_file_perms; allow shelldomain sdcard_type:file create_file_perms;
# adb bugreport # adb bugreport
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment