summaryrefslogtreecommitdiffstats
path: root/script
diff options
context:
space:
mode:
Diffstat (limited to 'script')
-rwxr-xr-xscript/borg-restore.pl2
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");