Changeset 52790 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Sep 18, 2014 4:11:16 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 96176
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPR3HardenedVerify.cpp
r52417 r52790 1420 1420 if (fBad) 1421 1421 return supR3HardenedSetError3(VERR_SUPLIB_WRITE_NON_SYS_GROUP, pErrInfo, 1422 "The group is not a system group and it has write access to '", pszPath, "'"); 1422 "An unknown (and thus untrusted) group has write access to '", pszPath, 1423 "' and we therefore cannot trust the directory content or that of any subdirectory"); 1423 1424 } 1424 1425
Note:
See TracChangeset
for help on using the changeset viewer.