changeset 8:10937b0bb5f4

Added /home2 to the default whitelist_subdirs, since that is another common home directory location.
author Eris Caffee <discordia@eldalin.com>
date Sun, 14 Aug 2011 01:56:19 -0500
parents 26257f7532ac
children f2322f4de2a3
files rm-limit.pl
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line diff
     1.1 --- a/rm-limit.pl	Wed Jun 15 04:17:44 2011 -0500
     1.2 +++ b/rm-limit.pl	Sun Aug 14 01:56:19 2011 -0500
     1.3 @@ -81,6 +81,7 @@
     1.4  
     1.5  my @whitelist_subdirs = (
     1.6      '/home',
     1.7 +    '/home2',
     1.8      '/var/www/vhosts',
     1.9      );
    1.10