aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/c/0001-tincctl-restrict-umask-argument-for-FORTIFY.patch
Commit message (Collapse)AuthorAge
* tinc: fix FORTIFY error when initialising a new tinc configurationpacien2020-09-10
This fixes the "FORTIFY: umask: called with invalid mask -601" error when attempting to create a new tinc configuration on builds having the FORTIFY option enabled (by default in NDK >=r21). Upstream patch: https://github.com/gsliepen/tinc/pull/251 GitHub: closes #99