|
@Digital_Cold | |||||
|
Trying to modify the Android kernel exploit PoC to change my cred->security->sid to init (7). When I do this the process locks up even without any syscalls. This talk powerofcommunity.net/poc2016/x82.pdf slide 13 mentions this technique. Any thoughts?
|
||||||
|
||||||
|
screw
@screw42848140
|
5. lis |
|
SELinux in enforce mode prevent process w/ kernel creds from PTY accessing. Try to turn SELinux into Permissive.
If the lock disappears, the reason becomes clear.
|
||
|
|
||
|
Grant Hernandez
@Digital_Cold
|
5. lis |
|
That's what I ended up doing and it worked much easier. The PTY access denial would explain a lot - my adb session would just hang
|
||
|
|
||