aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/c/main.c
Commit message (Collapse)AuthorAge
* pass network device fd via unix socket instead of inheritancepacien2020-01-20
Workaround for new shared memory restrictions added in Android 10 preventing file descriptor leakage to sub-processes. This change set BREAKS ENCRYPTED PRIVATE KEYS SUPPORT. GitHub: https://github.com/pacien/tincapp/issues/92