diff options
-rwxr-xr-x | script/borg-restore.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/borg-restore.pl b/script/borg-restore.pl index f42984e..eb881b0 100755 --- a/script/borg-restore.pl +++ b/script/borg-restore.pl @@ -236,7 +236,7 @@ sub main { logger_setup(); my %opts; - # untaint PATH because we only expect this to run as root + # untaint PATH because we do not expect this to be run across user boundaries $ENV{PATH} = App::BorgRestore::Helper::untaint($ENV{PATH}, qr(.*)); Getopt::Long::Configure ("bundling"); |