Details
-
Bug
-
Resolution: Won't Do
-
P2: Important
-
None
-
6.3.0
Description
This seems to be a behavior change from Qt 5.x to Qt 6.x. In Qt 5.x the temporary directory created with QTemporaryDir derives it's permissions from the parent folder.
This is no longer the case with Qt 6.3.0. Only the current user (I guess the owner) has full access, all other users (Everyone and even Administrators) have no rights at all.
Attachments
Issue Links
- resulted from
-
QTBUG-79750 Add an optional mode argument to QDir::mkdir(name [, mode]), QFile::open(...)
- Closed