summaryrefslogtreecommitdiff
path: root/toys/android
AgeCommit message (Expand)AuthorFilesLines
2015-05-03Fix getprop sorting and error reporting.Elliott Hughes1-2/+2
2015-04-20Switch setprop to use TOYBOX_ON_ANDROID and fix getprop include.Rob Landley2-5/+2
2015-04-19Cleanup getprop, add qstrcmp() to lib for qsort (because posix-2008 brokeRob Landley1-63/+13
2015-04-18Android getprop and setprop from Elliott Hughes.Rob Landley2-0/+150
2015-04-10Implement Android restorecon.Elliott Hughes1-0/+47
2015-04-10Fix load_policy error reporting.Elliott Hughes1-10/+5
2015-04-10getenforce takes no arguments.Elliott Hughes1-1/+1
2015-04-10setenforce takes exactly one argument.Elliott Hughes1-1/+1
2015-03-27Promote setenforce to android.Rob Landley1-0/+32
2015-03-27Promote getenforce.Rob Landley1-0/+29
2015-03-27Promote load_policy to android.Rob Landley1-0/+37
2015-03-23Promote runcon to android (and add an android menu).Rob Landley2-0/+32