Fix for AVP-01-006 - inscure app config permissions
This commit is contained in:
parent
340bbd8727
commit
cdb1a4c288
2 changed files with 23 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue