Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use real su if it existsHEADmaster | 2018-12-04 | 1 | -0/+3 | |
| | | | | In case we already have su from elsewhere, use it instead. | ||||
* | Wrap at 80 chars | 2018-11-25 | 1 | -6/+14 | |
| | |||||
* | Depend on SECURITY_SELINUX_DEVELOP | 2018-11-25 | 1 | -0/+1 | |
| | | | | | | | We eventually want to load an selinux policy and attach it to the cred, so as to not disable it globally, but for now this will do. Suggested-by: Sultan Alsawaf <sultan@kerneltoast.com> | ||||
* | Use sys_write instead of kernel_write | 2018-11-23 | 1 | -12/+11 | |
| | | | | | | This is mostly worse in all ways, except that we don't have to worry about the API of kernel_write changing between kernels, which has happened before. | ||||
* | Write below stack pointer instead of mmapping | 2018-11-23 | 1 | -84/+49 | |
| | |||||
* | Hijack `su` instead. | 2018-11-23 | 9 | -121/+195 | |
| | |||||
* | Initial commit | 2018-11-22 | 8 | -0/+199 | |