Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-20 | Switch setprop to use TOYBOX_ON_ANDROID and fix getprop include. | Rob Landley | |
(I commented out the android-only #include in getprop to do what compile testing I could, and then forgot to uncomment it.) | |||
2015-04-19 | Cleanup getprop, add qstrcmp() to lib for qsort (because posix-2008 broke | Rob Landley | |
alphasort), add compile-time probe for config symbol TOYBOX_ON_ANDROID. | |||
2015-04-18 | Android getprop and setprop from Elliott Hughes. | Rob Landley | |
2015-04-10 | Implement Android restorecon. | Elliott Hughes | |
On Android, much of the restorecon logic is in libselinux, so this isn't portable. We do want to be able to build on the host for testing *other* toys, though, so #if keeps this building. Change-Id: Ida5a6713a926140c549d5770d62798f4aedca748 | |||
2015-04-10 | Fix load_policy error reporting. | Elliott Hughes | |
Also switch to xopen for O_CLOEXEC paranoia and to avoid a conditional. Change-Id: Iee5c4c124bcac800313f586768ffcaade542bd22 | |||
2015-04-10 | getenforce takes no arguments. | Elliott Hughes | |
Change-Id: Icbee1df8b316039c68ef326f9d4d80f32c603b21 | |||
2015-04-10 | setenforce takes exactly one argument. | Elliott Hughes | |
Change-Id: I83c478ea9ddd456c61e3f0f99506a1028a7027a1 | |||
2015-03-27 | Promote setenforce to android. | Rob Landley | |
2015-03-27 | Promote getenforce. | Rob Landley | |
2015-03-27 | Promote load_policy to android. | Rob Landley | |
2015-03-23 | Promote runcon to android (and add an android menu). | Rob Landley | |