From d5f7747d50921224758abfb6e0636158ca6ccf22 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 9 May 2011 21:34:48 +0000 Subject: minor perl_checker cleanups --- iurt_root_command | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iurt_root_command') diff --git a/iurt_root_command b/iurt_root_command index 8b5ef30..70dd08e 100755 --- a/iurt_root_command +++ b/iurt_root_command @@ -35,7 +35,7 @@ my (@params, %run); $run{program_name} = $program_name; my %authorized_modules = ('unionfs' => 1); -my %authorized_rw_bindmounts = ( map { $_ => 1 } qw(/proc /dev/pts /var/cache/icecream) ); +my %authorized_rw_bindmounts = (map { $_ => 1 } qw(/proc /dev/pts /var/cache/icecream)); $run{todo} = []; @params = ( -- cgit v1.2.1