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

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

* commit '251ba76b':
  Allow "mkdir /sdcard/foo"
parents 6c0b4e72 251ba76b
Branches
Tags
No related merge requests found
......@@ -6,7 +6,7 @@ allow shelldomain shell_data_file:file create_file_perms;
allow shelldomain shell_data_file:file rx_file_perms;
# 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;
# adb bugreport
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment