diff --git a/config.php.default b/config.php.default index 6d2bf4d26..f22393486 100755 --- a/config.php.default +++ b/config.php.default @@ -127,9 +127,6 @@ $config['allow_entity_sensor']['specialEnum'] = 1; ### Mountpoints to ignore -$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'] = 1; # Ignore removable disk storage $config['ignore_mount_network'] = 1; # Ignore network mounted storage diff --git a/includes/defaults.inc.php b/includes/defaults.inc.php index d372d5fc6..09c492def 100644 --- a/includes/defaults.inc.php +++ b/includes/defaults.inc.php @@ -90,7 +90,7 @@ $config['limit']['temp'] = "60"; # Filesystems -$config['ignore_mount'] = array("/kern", "/mnt/cdrom", "/proc"); +$config['ignore_mount'] = array("/kern", "/mnt/cdrom", "/proc", "/dev"); $config['ignore_mount_string'] = array("packages", "devfs", "procfs", "UMA", "MALLOC"); $config['ignore_mount_regexp'] = array(); $config['ignore_mount_removable'] = 1; # Ignore removable disk storage