use taint mode for vzdump

This commit is contained in:
Dietmar Maurer 2011-11-14 09:32:32 +01:00
parent 5dd46cbd33
commit 9ebb274457
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ pvectl.1.pod: pvectl
perl -I.. ./pvectl printmanpod >$@
vzdump.1.pod: vzdump
perl -I.. ./vzdump printmanpod >$@
perl -I.. -T ./vzdump printmanpod >$@
vzrestore.1.pod: vzrestore
perl -I.. ./vzrestore printmanpod >$@

View File

@ -1,4 +1,4 @@
#!/usr/bin/perl -w
#!/usr/bin/perl -w -T
use strict;
use PVE::SafeSyslog;