damonkohler / sl4a

SL4A brings scripting languages to Android by allowing you to edit and execute scripts and interactive interpreters directly on the Android device.
Apache License 2.0
2.42k stars 803 forks source link

Access Security for Scripts #161

Open damonkohler opened 9 years ago

damonkohler commented 9 years ago

From @GoogleCodeExporter on May 31, 2015 11:29

Since all scripts currently have to be stored on the SD card, every malicious 
app could tamper with them, and the next time you use your script, it might do 
something entirely different from what you wanted...

How about putting the scripts into the protected applications directory 
(/data/data/sl4a) ? So, only SL4A could access there.

Original issue reported on code.google.com by tom.ar...@gmail.com on 16 Mar 2011 at 8:08

Copied from original issue: damonkohler/android-scripting#530