From c9650cbc063e1f1687e656657ec9f7a3556442b7 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Tue, 10 Nov 2020 11:16:42 -0600 Subject: Linux v5.9.7 Signed-off-by: Justin M. Forbes --- configs/fedora/generic/CONFIG_DEBUG_FS_ALLOW_NONE | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 configs/fedora/generic/CONFIG_DEBUG_FS_ALLOW_NONE (limited to 'configs/fedora/generic/CONFIG_DEBUG_FS_ALLOW_NONE') diff --git a/configs/fedora/generic/CONFIG_DEBUG_FS_ALLOW_NONE b/configs/fedora/generic/CONFIG_DEBUG_FS_ALLOW_NONE new file mode 100644 index 000000000..f61111aac --- /dev/null +++ b/configs/fedora/generic/CONFIG_DEBUG_FS_ALLOW_NONE @@ -0,0 +1,20 @@ +# CONFIG_DEBUG_FS_ALLOW_NONE: +# +# Access is off. Clients get -PERM when trying to create nodes in +# debugfs tree and debugfs is not registered as a filesystem. +# Client can then back-off or continue without debugfs access. +# +# Symbol: DEBUG_FS_ALLOW_NONE [=n] +# Type : bool +# Defined at lib/Kconfig.debug:513 +# Prompt: No access +# Depends on: +# Location: +# -> Kernel hacking +# -> Generic Kernel Debugging Instruments +# -> Debug Filesystem (DEBUG_FS [=y]) +# -> Debugfs default access ( [=y]) +# +# +# +# CONFIG_DEBUG_FS_ALLOW_NONE is not set -- cgit