commit | b660916b0a8ca9604bf9d425f5e385aa13393a1f | [log] [tgz] |
---|---|---|
author | Stephen Smalley <sds@tycho.nsa.gov> | Thu Mar 08 11:17:45 2012 -0500 |
committer | Stephen Smalley <sds@tycho.nsa.gov> | Thu Mar 08 11:17:45 2012 -0500 |
tree | 1c8237963cd442a2bfd8d27945e97443a4198fd3 | |
parent | d5a70a7f7c4c970733fdec8b1516837e048c399e [diff] |
Allow the shell to create files on the sdcard.
diff --git a/shell.te b/shell.te index a0d0205..0c67c46 100644 --- a/shell.te +++ b/shell.te
@@ -14,7 +14,7 @@ # 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;