mirror of
https://github.com/MultiMC/MultiMC5.git
synced 2024-11-20 17:11:57 +00:00
Set permissions on the accounts.json file so other users can't access it.
This commit is contained in:
parent
4a24ea6c38
commit
0e6bc97bf3
@ -402,6 +402,7 @@ bool MojangAccountList::saveList(const QString &filePath)
|
||||
|
||||
// Write the JSON to the file.
|
||||
file.write(doc.toJson());
|
||||
file.setPermissions(QFile::ReadOwner|QFile::WriteOwner|QFile::ReadUser|QFile::WriteUser);
|
||||
file.close();
|
||||
|
||||
QLOG_INFO() << "Saved account list to" << path;
|
||||
|
Loading…
Reference in New Issue
Block a user