diff options
author | pacien | 2020-01-20 17:07:12 +0100 |
---|---|---|
committer | pacien | 2020-01-20 17:07:12 +0100 |
commit | 883b5abc7b2a770146683e7e27bf275bd4064511 (patch) | |
tree | 81dd200fc2cea8e2030b5b5b68c39abe3c32ab46 /readme.md | |
parent | 3fc8a2ed3bfbcbd29bc22c2c73416e2708cd7615 (diff) | |
download | tincapp-883b5abc7b2a770146683e7e27bf275bd4064511.tar.gz |
pass network device fd via unix socket instead of inheritance
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
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ Requirements: | |||
41 | License | 41 | License |
42 | ------- | 42 | ------- |
43 | 43 | ||
44 | Copyright (C) 2017-2019 Pacien TRAN-GIRARD and contributors (listed in `contributors.md`). | 44 | Copyright (C) 2017-2020 Pacien TRAN-GIRARD and contributors (listed in `contributors.md`). |
45 | 45 | ||
46 | _Tinc App_ is distributed under the terms of GNU General Public License v3.0, | 46 | _Tinc App_ is distributed under the terms of GNU General Public License v3.0, |
47 | as detailed in the provided `license.md` file. | 47 | as detailed in the provided `license.md` file. |