Bug #4975
same. lollipop 5.1 bug
Status: | New | Start date: | 04/08/2015 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | Spent time: | - | |
Target version: | - | |||
Component: |
Description
Orbot is starting…
Orbot is starting…
Waiting for control port...
tor: PRE: Is binary exec? true
polipo: PRE: Is binary exec? true
obfsclient: PRE: Is binary exec? true
xtables: PRE: Is binary exec? true
Orbot is starting…
Orbot is starting…
updating torrc custom configuration...
success.
Orbot is starting…
Tor (1): error: only position independent executables (PIE) are supported.
Unable to start Tor: java.lang.Exception: Torrc config did not verify
History
#1 Updated by amoghbl1 almost 3 years ago
Seems to be a new security feature that's implemented post 5.0 https://source.android.com/devices/tech/security/enhancements/enhancements50.html .
We're going to have to change the way that the binaries are being built, adding a -fPIE flag must do it.