Skip to content

Commit 0970230

Browse files
committed
kconfig: select DEBUG_FS_ALLOW_NONE by default if DEBUG_FS is enabled
Signed-off-by: Levente Polyak <[email protected]>
1 parent b27ed17 commit 0970230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Kconfig.debug

+1-1
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ config DEBUG_FS
493493
choice
494494
prompt "Debugfs default access"
495495
depends on DEBUG_FS
496-
default DEBUG_FS_ALLOW_ALL
496+
default DEBUG_FS_ALLOW_NONE
497497
help
498498
This selects the default access restrictions for debugfs.
499499
It can be overridden with kernel command line option

0 commit comments

Comments
 (0)