mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-05-24 21:41:58 +00:00
use taint mode for vzdump
This commit is contained in:
parent
5dd46cbd33
commit
9ebb274457
@ -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 >$@
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/perl -w
|
||||
#!/usr/bin/perl -w -T
|
||||
|
||||
use strict;
|
||||
use PVE::SafeSyslog;
|
||||
|
Loading…
Reference in New Issue
Block a user