mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-21 02:01:03 +07:00
Fix for AVP-01-006 - inscure app config permissions
This commit is contained in:
@@ -162,7 +162,10 @@ QByteArray SecureQSettings::decryptText(const QByteArray& ba) const
|
||||
|
||||
bool SecureQSettings::encryptionRequired() const
|
||||
{
|
||||
// TODO: review on linux
|
||||
#ifdef Q_OS_LINUX
|
||||
// QtKeyChain failing on Linux
|
||||
return false;
|
||||
#endif
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user