diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-02-18 14:17:29 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-02-18 14:17:29 -0200 |
commit | d27a46c2847dc7e56a34f91fe92b40b6b389a878 (patch) | |
tree | 54dbd5b44a43cd7ede00a93b64c2ba5be1f06bc4 /files/etc/modprobe.d/blacklist.conf | |
parent | 3bd4a68fe03c36b5a6ce6c8f7a5b52013fb61205 (diff) | |
download | puppet-nodo-d27a46c2847dc7e56a34f91fe92b40b6b389a878.tar.gz puppet-nodo-d27a46c2847dc7e56a34f91fe92b40b6b389a878.tar.bz2 |
Modprobe config for squeeze
Diffstat (limited to 'files/etc/modprobe.d/blacklist.conf')
-rw-r--r-- | files/etc/modprobe.d/blacklist.conf | 85 |
1 files changed, 85 insertions, 0 deletions
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 |