Searched defs:supR3HardenedVerifyFileInternal (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/HostDrivers/Support/
H A DSUPR3HardenedVerify.cpp532 "supR3HardenedVerifyFileInternal: Failed to open '%s': err=%d\n", szPath, err);
537 rc = supR3HardenedError(rc, fFatal, "supR3HardenedVerifyFileInternal: Failed to convert '%s' to UTF-16: %Rrc\n",
545 * Worker for supR3HardenedVerifyFileInternal.
592 rc = supR3HardenedError(rc, fFatal, "supR3HardenedVerifyFileInternal: '%s': Image verify error rc=%Rrc: %s\n",
630 static int supR3HardenedVerifyFileInternal(int iFile, bool fFatal, bool fLeaveFileOpen, bool fVerifyAll) function
652 "supR3HardenedVerifyFileInternal: hFile=%p (%s)\n",
714 "supR3HardenedVerifyFileInternal: \"%s\" is not a regular file\n",
718 "supR3HardenedVerifyFileInternal: Cannot trust the file \"%s\": not owned by root (st_uid=%ld)\n",
722 "supR3HardenedVerifyFileInternal: Cannot trust the file \"%s\": group and/or other writable (st_mode=0%lo)\n",
731 "supR3HardenedVerifyFileInternal
[all...]

Completed in 244 milliseconds