From aab3298b17715614bf956f40b3065dbebe0227da Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 26 Mar 2018 18:09:23 +0200 Subject: [PATCH] linux-4.14.30-211: Unselect `CONFIG_LEGACY_PTYS` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit > 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: https://github.molgen.mpg.de/mariux64/bee-files/issues/657 --- linux-4.14.30-211.bee | 1 + 1 file changed, 1 insertion(+) diff --git a/linux-4.14.30-211.bee b/linux-4.14.30-211.bee index 9d6cda9d9..70547260b 100755 --- a/linux-4.14.30-211.bee +++ b/linux-4.14.30-211.bee @@ -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