#!/bin/sh

#################################################################################
#
#   Lynis
# ------------------
#
# Copyright 2007-2008, Michael Boelen (michael@rootkit.nl), The Netherlands
# Web site: http://www.rootkit.nl
#
# Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are
# welcome to redistribute it under the terms of the GNU General Public License.
# See LICENSE file for usage of this software.
#
#################################################################################
#
# Storage
#
#################################################################################
#
#    InsertSection "Storage"

    # Test        : STRG-2219
    # Description : Check if USB storage is disabled or not for modprobe (Linux)
    # More info   : add 'install usb-storage :' to /etc/modprobe.conf to prevent
    #               modprobe loading the USB storage driver, while still allowing
    #               it to be manually loaded
#
#################################################################################
#

#wait_for_keypress

#
#================================================================================
# Lynis - Copyright 2007-2008, Michael Boelen - www.rootkit.nl - The Netherlands
