mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Document the fact that VTY locking is easily bypassable when DDB
is compiled in the kernel. Also add some useful xrefs to lock(1).
This commit is contained in:
parent
03ab197379
commit
356168f5cc
2 changed files with 9 additions and 1 deletions
|
|
@ -70,10 +70,14 @@ This option is implemented in a way similar to the
|
|||
.Fl S
|
||||
option of
|
||||
.Xr vidcontrol 1 ,
|
||||
and is only available if the terminal in question is a
|
||||
and thus has the same restrictions.
|
||||
It is only available if the terminal in question is a
|
||||
.Xr syscons 4
|
||||
virtual terminal.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr vidcontrol 1 ,
|
||||
.Xr syscons 4
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
|
|
|
|||
|
|
@ -228,6 +228,10 @@ Turn vty switching on or off.
|
|||
When vty switching is off,
|
||||
attempts to switch to a different virtual terminal will fail.
|
||||
(The default is to permit vty switching.)
|
||||
This protection can be easily bypassed when the kernel is compiled with
|
||||
the DDB option.
|
||||
However, you probably shouldn't compile the kernel debugger on a box which
|
||||
is supposed to be physically secure.
|
||||
.It Fl s Ar number
|
||||
Set the current vty to
|
||||
.Ar number .
|
||||
|
|
|
|||
Loading…
Reference in a new issue