From f94a17d0dfb670a66d8c3aaaded13c216de0fa29 Mon Sep 17 00:00:00 2001 From: Levente Polyak Date: Sun, 27 Sep 2020 00:43:48 +0200 Subject: [PATCH] kconfig: select DEBUG_FS_ALLOW_NONE by default if DEBUG_FS is enabled Signed-off-by: Levente Polyak --- lib/Kconfig.debug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index a19fd216e2dc7..85b114b61bde2 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -493,7 +493,7 @@ config DEBUG_FS choice prompt "Debugfs default access" depends on DEBUG_FS - default DEBUG_FS_ALLOW_ALL + default DEBUG_FS_ALLOW_NONE help This selects the default access restrictions for debugfs. It can be overridden with kernel command line option