#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 (1)
Change History (4)
by , 6 years ago
Attachment: | fix_module_makefile_sed.patch added |
---|
comment:1 by , 6 years ago
Summary: | Failure to disable hardening in Linux kernel modules → 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?
comment:2 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Patch