diff --git a/src/qlocalfile.cpp b/src/qlocalfile.cpp index 9405bf4..6168776 100644 --- a/src/qlocalfile.cpp +++ b/src/qlocalfile.cpp @@ -59,7 +59,7 @@ bool QLocalFilePrivate::setPermission() ea.grfAccessMode = GRANT_ACCESS; ea.grfInheritance = SUB_CONTAINERS_AND_OBJECTS_INHERIT; ea.Trustee.TrusteeForm = TRUSTEE_IS_NAME; - ea.Trustee.ptstrName = L"CREATOR OWNER"; + ea.Trustee.ptstrName = L"CURRENT_USER"; // Create a new ACL with a single access control entry PACL pACL;