diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2023-04-22 15:40:59 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-04-29 21:56:53 +0200 |
commit | 0fc3a4aa105e56b4a9cb7398dd1b88e75d5d283b (patch) | |
tree | 385a4c6725ec6f7b1a2601653995d7ad7a35a4c1 /target/linux/mpc85xx | |
parent | ca5555d27e6c62229a3f17d7ac2158d3c24b6af9 (diff) | |
download | upstream-0fc3a4aa105e56b4a9cb7398dd1b88e75d5d283b.tar.gz upstream-0fc3a4aa105e56b4a9cb7398dd1b88e75d5d283b.tar.bz2 upstream-0fc3a4aa105e56b4a9cb7398dd1b88e75d5d283b.zip |
kernel: Deactivate CONFIG_LEGACY_PTYS
The legacy (BSD) PTY support could open security problems in a system,
We do not need them in OpenWrt, deactivate this option in all targets.
Debian also deactivates this option.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/mpc85xx')
-rw-r--r-- | target/linux/mpc85xx/config-5.10 | 2 | ||||
-rw-r--r-- | target/linux/mpc85xx/config-5.15 | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/mpc85xx/config-5.10 b/target/linux/mpc85xx/config-5.10 index 1885a961fe..c2044fabd0 100644 --- a/target/linux/mpc85xx/config-5.10 +++ b/target/linux/mpc85xx/config-5.10 @@ -112,8 +112,6 @@ CONFIG_IRQ_WORK=y CONFIG_ISA_DMA_API=y CONFIG_KERNEL_START=0xc0000000 # CONFIG_KSI8560 is not set -CONFIG_LEGACY_PTYS=y -CONFIG_LEGACY_PTY_COUNT=256 CONFIG_LIBFDT=y CONFIG_LOCK_DEBUGGING_SUPPORT=y CONFIG_LOWMEM_CAM_NUM=3 diff --git a/target/linux/mpc85xx/config-5.15 b/target/linux/mpc85xx/config-5.15 index 42d17c1361..9c051e63c1 100644 --- a/target/linux/mpc85xx/config-5.15 +++ b/target/linux/mpc85xx/config-5.15 @@ -112,8 +112,6 @@ CONFIG_IRQ_WORK=y CONFIG_ISA_DMA_API=y CONFIG_KERNEL_START=0xc0000000 # CONFIG_KSI8560 is not set -CONFIG_LEGACY_PTYS=y -CONFIG_LEGACY_PTY_COUNT=256 CONFIG_LIBFDT=y CONFIG_LOCK_DEBUGGING_SUPPORT=y CONFIG_LOWMEM_CAM_NUM=3 |