Changeset 34448 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Nov 29, 2010 10:35:43 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp
r34445 r34448 660 660 /* The inheritable privilege set contains the privileges the process 661 661 * would have received if it weren't marked as suid root. */ 662 int rc = getppriv(PRIV_ SET, PRIV_INHERITABLE, pPrivSet);662 int rc = getppriv(PRIV_INHERITABLE, pPrivSet); 663 663 if (!rc) 664 664 {
Note:
See TracChangeset
for help on using the changeset viewer.