applied, thanks! > -----Original Message----- > From: [email protected] [mailto:pve-devel- > [email protected]] On Behalf Of Alexandre Derumier > Sent: Montag, 22. Juli 2013 13:03 > To: [email protected] > Subject: [pve-devel] [PATCH] spiceproxy : allow only spice port range > > > Signed-off-by: Alexandre Derumier <[email protected]> > --- > PVE/HTTPServer.pm | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/PVE/HTTPServer.pm b/PVE/HTTPServer.pm index > 89eff30..f516735 100755 > --- a/PVE/HTTPServer.pm > +++ b/PVE/HTTPServer.pm > @@ -500,6 +500,8 @@ sub handle_spice_proxy_request { > > eval { > > + die "Port $spiceport is not allowed" if ($spiceport < 61000 || > + $spiceport > 61099); > + > my $rpcenv = $self->{rpcenv}; > $rpcenv->init_request(); > > -- > 1.7.10.4 > > _______________________________________________ > pve-devel mailing list > [email protected] > http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
_______________________________________________ pve-devel mailing list [email protected] http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
