Skip to content

Commit d2bc183

Browse files
author
Sebastien Roy
authored
DLPX-70914 [Backport of DLPX-70835 to 6.0.4.0] disable usb-storage device module loading in delphix 6.x (#243)
1 parent 68c8dfc commit d2bc183

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

files/common/etc/default/grub.d/override.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,3 +113,8 @@ GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT crashkernel=256M,low"
113113
# Upstream commit: 6471384af2a6530696fc0203bafe4de41a23c9ef
114114
#
115115
GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT init_on_alloc=0"
116+
117+
#
118+
# Disable the USB subsystem in its entirety for security reasons.
119+
#
120+
GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT usbcore.nousb=1"

0 commit comments

Comments
 (0)