diff --git a/config.php.default b/config.php.default index ff391637d..4a795422c 100755 --- a/config.php.default +++ b/config.php.default @@ -135,8 +135,8 @@ $config['allow_entity_sensor']['specialEnum'] = 1; $config['ignore_mount'] = array("/kern", "/mnt/cdrom", "/dev", "/dev/pts", "/proc/bus/usb"); $config['ignore_mount_regexp'] = array(); $config['ignore_mount_string'] = array("/.*\/dev\/?$/"); -$config['ignore_mount_removable'] = 0; # Ignore removable disk storage -$config['ignore_mount_network'] = 0; # Ignore network mounted storage +$config['ignore_mount_removable'] = 1; # Ignore removable disk storage +$config['ignore_mount_network'] = 1; # Ignore network mounted storage ### Hardcoded ASN descriptions