Ticket #18621 (closed defect: fixed)
Failure to disable hardening in Linux kernel modules -> fixed in releases after May 8 2019
Reported by: | Ambroz Bizjak | Owned by: | |
---|---|---|---|
Component: | host support | Version: | VirtualBox 6.0.6 |
Keywords: | Cc: | ||
Guest type: | other | Host type: | Linux |
Description
As of VirtualBox 6, there is a bug in the export of kernel module source code whereby if hardening was disabled with a configure flag, it is not actually disabled in VBoxNetAdp, VBoxNetFlt and VBoxPci (but is disabled in VBoxDrv). This seems to be the result of refactoring of makefiles and forgetting to update sed commands that remove the VBOX_WITH_HARDENING compile flag. I am attaching a patch.
Attachments
Change History
Changed 2 years ago by Ambroz Bizjak
-
attachment
fix_module_makefile_sed.patch
added
comment:1 Changed 2 years ago by michael
- Summary changed from Failure to disable hardening in Linux kernel modules to Failure to disable hardening in Linux kernel modules -> fixed in releases after May 8 2019
Thank you Ambroz, fixed. Again, could you add a comment that your patch is under the MIT licence?
Note: See
TracTickets for help on using
tickets.
Patch