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 <levente@leventepolyak.net>
  • Loading branch information
anthraxx committed Oct 8, 2020
1 parent d5a3fa4 commit f94a17d
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 @@ -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
Expand Down

0 comments on commit f94a17d

Please sign in to comment.