Searched hist:"7 c0cca7c847e6e019d67b7d793efbbe3b947d004" (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/tty/ |
H A D | Kconfig | 7c0cca7c847e6e019d67b7d793efbbe3b947d004 Mon Jan 21 16:26:42 UTC 2019 Greg Kroah-Hartman <gregkh@linuxfoundation.org> tty: ldisc: add sysctl to prevent autoloading of ldiscs
By default, the kernel will automatically load the module of any line dicipline that is asked for. As this sometimes isn't the safest thing to do, provide a sysctl to disable this feature.
By default, we set this to 'y' as that is the historical way that Linux has worked, and we do not want to break working systems. But in the future, perhaps this can default to 'n' to prevent this functionality.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Reviewed-by: Theodore Ts'o <tytso@mit.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
H A D | tty_io.c | 7c0cca7c847e6e019d67b7d793efbbe3b947d004 Mon Jan 21 16:26:42 UTC 2019 Greg Kroah-Hartman <gregkh@linuxfoundation.org> tty: ldisc: add sysctl to prevent autoloading of ldiscs
By default, the kernel will automatically load the module of any line dicipline that is asked for. As this sometimes isn't the safest thing to do, provide a sysctl to disable this feature.
By default, we set this to 'y' as that is the historical way that Linux has worked, and we do not want to break working systems. But in the future, perhaps this can default to 'n' to prevent this functionality.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Reviewed-by: Theodore Ts'o <tytso@mit.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|