1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/windows
Anthony Bilinski 553bd47e81
fix(Windows): Restrict non-default install directory permissions
Installations to Program Files (default) inherit restrictive permissions,
disallowing regular users from writing to files in the install location. If a
user installs to other directories with more lax permissions though, i.e. C:\,
the install directory can be writable by non-admins, causing a privilege
escalation opportunity. An unprivileged user could modify or replace the qTox
binary or a dll, that would then be run by any other user on the system.

Clone Program Files permissions rather than trying to craft sane permissions
manually for simplicity and compatibility.
2022-03-05 04:15:19 -08:00
..
cross-compile fix(Windows): Build NSIS installer in Unicode mode 2022-03-05 04:15:19 -08:00
generate-icon.sh docs(copyright): update and add copyright info 2019-06-28 01:18:26 +02:00
qtox-nsi-version.sh docs(copyright): update and add copyright info 2019-06-28 01:18:26 +02:00
qtox.ico fix(icon): add more size versions to qtox.ico 2017-02-04 14:57:41 +02:00
qtox.nsi fix(Windows): Restrict non-default install directory permissions 2022-03-05 04:15:19 -08:00
qtox.rc Add icon on windows 2014-10-26 16:35:42 +01:00
qtox64.nsi fix(Windows): Restrict non-default install directory permissions 2022-03-05 04:15:19 -08:00
toolchain-x86_64-w64-mingw32.cmake chore(build): remove unneeded stuff 2017-07-16 13:12:37 +02:00