From d27a46c2847dc7e56a34f91fe92b40b6b389a878 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 18 Feb 2011 14:17:29 -0200 Subject: Modprobe config for squeeze --- files/etc/modprobe.d/blacklist | 85 ------------------------------------- files/etc/modprobe.d/blacklist.conf | 85 +++++++++++++++++++++++++++++++++++++ 2 files changed, 85 insertions(+), 85 deletions(-) delete mode 100644 files/etc/modprobe.d/blacklist create mode 100644 files/etc/modprobe.d/blacklist.conf (limited to 'files/etc') diff --git a/files/etc/modprobe.d/blacklist b/files/etc/modprobe.d/blacklist deleted file mode 100644 index 9d64fdc..0000000 --- a/files/etc/modprobe.d/blacklist +++ /dev/null @@ -1,85 +0,0 @@ -# This file lists modules which will not be loaded as the result of -# alias expansion, with the purpose of preventing the hotplug subsystem -# to load them. It does not affect autoloading of modules by the kernel. -# This file is provided by the udev package. - -# evbug is a debug tool and should be loaded explicitly -blacklist evbug - -# these drivers are very simple, the HID drivers are usually preferred -blacklist usbmouse -blacklist usbkbd - -# replaced by e100 -blacklist eepro100 - -# replaced by tulip -blacklist de4x5 - -# replaced by tmscsim -blacklist am53c974 - -# watchdog drivers should be loaded only if a watchdog daemon is installed -blacklist acquirewdt -blacklist advantechwdt -blacklist alim1535_wdt -blacklist alim7101_wdt -blacklist booke_wdt -blacklist cpu5wdt -blacklist eurotechwdt -blacklist hpwdt -blacklist i6300esb -blacklist i8xx_tco -blacklist ib700wdt -blacklist ibmasr -blacklist indydog -blacklist ixp2000_wdt -blacklist ixp4xx_wdt -blacklist it8712f_wdt -blacklist iTCO_wdt -blacklist machzwd -blacklist mixcomwd -blacklist mpc8xx_wdt -blacklist mpcore_wdt -blacklist mv64x60_wdt -blacklist pc87413_wdt -blacklist pcwd -blacklist pcwd_pci -blacklist pcwd_usb -blacklist s3c2410_wdt -blacklist sa1100_wdt -blacklist sbc60xxwdt -blacklist sbc7240_wdt -blacklist sbc8360 -blacklist sbc_epx_c3 -blacklist sc1200wdt -blacklist sc520_wdt -blacklist scx200_wdt -blacklist shwdt -blacklist smsc37b787_wdt -blacklist softdog -blacklist w83627hf_wdt -blacklist w83697hf_wdt -blacklist w83877f_wdt -blacklist w83977f_wdt -blacklist wafer5823wdt -blacklist wdt285 -blacklist wdt977 -blacklist wdt -blacklist wdt_pci - -# Physical memory attacks via Firewire/DMA Mitigation -# Prevent automatic loading of the ohci1394 module. -# See http://padrao.sarava.org/trac/wiki/Debian/Firewire -blacklist ohci1394 -# Prevent manual loading of the ohci1394 module. -install ohci1394 false -# Iff we should ever load the ohci1394 module, force the use of the 'phys_dma=0' option. -options ohci1394 phys_dma=0 - -# PC Speaker -blacklist pcspkr - -# Padlock: avoid padlock errors on laptops -blacklist padlock_aes -blacklist padlock_sha diff --git a/files/etc/modprobe.d/blacklist.conf b/files/etc/modprobe.d/blacklist.conf new file mode 100644 index 0000000..9d64fdc --- /dev/null +++ b/files/etc/modprobe.d/blacklist.conf @@ -0,0 +1,85 @@ +# This file lists modules which will not be loaded as the result of +# alias expansion, with the purpose of preventing the hotplug subsystem +# to load them. It does not affect autoloading of modules by the kernel. +# This file is provided by the udev package. + +# evbug is a debug tool and should be loaded explicitly +blacklist evbug + +# these drivers are very simple, the HID drivers are usually preferred +blacklist usbmouse +blacklist usbkbd + +# replaced by e100 +blacklist eepro100 + +# replaced by tulip +blacklist de4x5 + +# replaced by tmscsim +blacklist am53c974 + +# watchdog drivers should be loaded only if a watchdog daemon is installed +blacklist acquirewdt +blacklist advantechwdt +blacklist alim1535_wdt +blacklist alim7101_wdt +blacklist booke_wdt +blacklist cpu5wdt +blacklist eurotechwdt +blacklist hpwdt +blacklist i6300esb +blacklist i8xx_tco +blacklist ib700wdt +blacklist ibmasr +blacklist indydog +blacklist ixp2000_wdt +blacklist ixp4xx_wdt +blacklist it8712f_wdt +blacklist iTCO_wdt +blacklist machzwd +blacklist mixcomwd +blacklist mpc8xx_wdt +blacklist mpcore_wdt +blacklist mv64x60_wdt +blacklist pc87413_wdt +blacklist pcwd +blacklist pcwd_pci +blacklist pcwd_usb +blacklist s3c2410_wdt +blacklist sa1100_wdt +blacklist sbc60xxwdt +blacklist sbc7240_wdt +blacklist sbc8360 +blacklist sbc_epx_c3 +blacklist sc1200wdt +blacklist sc520_wdt +blacklist scx200_wdt +blacklist shwdt +blacklist smsc37b787_wdt +blacklist softdog +blacklist w83627hf_wdt +blacklist w83697hf_wdt +blacklist w83877f_wdt +blacklist w83977f_wdt +blacklist wafer5823wdt +blacklist wdt285 +blacklist wdt977 +blacklist wdt +blacklist wdt_pci + +# Physical memory attacks via Firewire/DMA Mitigation +# Prevent automatic loading of the ohci1394 module. +# See http://padrao.sarava.org/trac/wiki/Debian/Firewire +blacklist ohci1394 +# Prevent manual loading of the ohci1394 module. +install ohci1394 false +# Iff we should ever load the ohci1394 module, force the use of the 'phys_dma=0' option. +options ohci1394 phys_dma=0 + +# PC Speaker +blacklist pcspkr + +# Padlock: avoid padlock errors on laptops +blacklist padlock_aes +blacklist padlock_sha -- cgit v1.2.3