Skip to content

Commit

Permalink
kconfig: select DEBUG_FS_ALLOW_NONE by default if DEBUG_FS is enabled
Browse files Browse the repository at this point in the history
Signed-off-by: Levente Polyak <[email protected]>
  • Loading branch information
anthraxx committed Dec 22, 2020
1 parent 48c06cc commit 75644b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,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
Expand Down

0 comments on commit 75644b8

Please sign in to comment.