mirror of
https://github.com/opnsense/src.git
synced 2026-06-12 18:20:49 -04:00
Plug a security hole involving $ENV forwarding over telnet. Sigh, i
thought i've long since done this.
This commit is contained in:
parent
d53ec6c0d0
commit
d41229fcaa
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh -
|
||||
#!/bin/sh -p
|
||||
#
|
||||
# Copyright (c) 1992, 1993
|
||||
# The Regents of the University of California. All rights reserved.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh -
|
||||
#!/bin/sh -p
|
||||
#
|
||||
# Copyright (c) 1992, 1993
|
||||
# The Regents of the University of California. All rights reserved.
|
||||
|
|
|
|||
Loading…
Reference in a new issue