Twitter | Pretraživanje | |
Grant Hernandez
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 slide 13 mentions this technique. Any thoughts?
Reply Retweet Označi sa "sviđa mi se" More
screw 5. lis
Odgovor korisniku/ci @Digital_Cold
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.
Reply Retweet Označi sa "sviđa mi se"
Grant Hernandez 5. lis
Odgovor korisniku/ci @screw42848140
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
Reply Retweet Označi sa "sviđa mi se"