Changeset 66425 in vbox
- Timestamp:
- Apr 5, 2017 9:54:06 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 114390
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/linux/rtStrFormatKernelAddress-r0drv-linux.c
r66424 r66425 52 52 else if (kptr_restrict == 1) 53 53 { 54 #if 0 54 55 const struct cred *cred = current_cred(); 55 56 if ( !has_capability_noaudit(current, CAP_SYSLOG) … … 59 60 # endif 60 61 ) 62 #endif 61 63 fRestrict = true; 62 64 }
Note:
See TracChangeset
for help on using the changeset viewer.