Changeset 66426 in vbox
- Timestamp:
- Apr 5, 2017 9:57:15 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 114391
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/linux/rtStrFormatKernelAddress-r0drv-linux.c
r66425 r66426 47 47 { 48 48 #if !defined(DEBUG) && LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 38) 49 bool fRestrict = false; 49 bool fRestrict = true; 50 #if 0 50 51 if (kptr_restrict > 1) 51 52 fRestrict = true; 52 53 else if (kptr_restrict == 1) 53 54 { 54 #if 055 55 const struct cred *cred = current_cred(); 56 56 if ( !has_capability_noaudit(current, CAP_SYSLOG) … … 60 60 # endif 61 61 ) 62 #endif63 62 fRestrict = true; 64 63 } 64 #endif 65 65 66 66 if (fRestrict)
Note:
See TracChangeset
for help on using the changeset viewer.