Skip to content

Commit 7591ae1

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 57bcd49 commit 7591ae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Kconfig.debug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ config DEBUG_FS
491491
choice
492492
prompt "Debugfs default access"
493493
depends on DEBUG_FS
494-
default DEBUG_FS_ALLOW_ALL
494+
default DEBUG_FS_ALLOW_NONE
495495
help
496496
This selects the default access restrictions for debugfs.
497497
It can be overridden with kernel command line option

0 commit comments

Comments
 (0)