Skip to content

Commit

Permalink
linux-4.14.30-211: Unselect CONFIG_LEGACY_PTYS
Browse files Browse the repository at this point in the history
> A pseudo terminal (PTY) is a software device consisting of two                                        │
> halves: a master and a slave. The slave device behaves identical to                                   │
> a physical terminal; the master device is used by a process to                                        │
> read data from and write data to the slave, thereby emulating a                                       │
> terminal. Typical programs for the master side are telnet servers                                     │
> and xterms.                                                                                           │
>                                                                                                       │
> Linux has traditionally used the BSD-like names /dev/ptyxx                                            │
> for masters and /dev/ttyxx for slaves of pseudo                                                       │
> terminals. This scheme has a number of problems, including                                            │
> security.  This option enables these legacy devices; on most                                          │
> systems, it is safe to say N.

Fixes: #657
  • Loading branch information
pmenzel committed Mar 27, 2018
1 parent 31a8dca commit 7e5443d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions linux-4.14.30-211.bee
Original file line number Diff line number Diff line change
Expand Up @@ -647,6 +647,7 @@ mee_configure() {
CONFIG_INPUT_POLLDEV=y
CONFIG_INPUT_EVDEV=y
# CONFIG_SERIO_SERPORT is not set
# CONFIG_LEGACY_PTYS is not set
CONFIG_DEVKMEM=y
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_CONSOLE=y
Expand Down

0 comments on commit 7e5443d

Please sign in to comment.