Changeset 77912 in vbox for trunk/src/VBox
- Timestamp:
- Mar 27, 2019 12:01:15 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp
r77910 r77912 1983 1983 * Can be disabled with 'export VBOX_HARD_CAP_SYS_NICE=0'. 1984 1984 */ 1985 const char *pszOpt = getenv("VBOX_HARD_CAP_SYS_NICE");1985 pszOpt = getenv("VBOX_HARD_CAP_SYS_NICE"); 1986 1986 if ( !pszOpt 1987 1987 || memcmp(pszOpt, "0", sizeof("0")) != 0)
Note:
See TracChangeset
for help on using the changeset viewer.