## Path:        System/File systems/debugfs
## Description: Options for the debugfs filesystem
## Type:        yesno
## Default:     yes
#
# debugfs is for debugging of kernel functions and for profiling. 
# It is activated by default.
#
DEBUGFS_ENABLE=yes

## Type:        string
## Default:     ""
#
# The root inode of the debugfs file system is set to root:root 755 by default
# at mount-time. Change this to 700 if you want to make debugfs accessible for
# root only. Note that the /etc/permissions* scheme is not applicable here
# because these work for persistently stored files and directories only - 
# debugfs permissions are not remembered across reboots.
DEBUGFS_PERMISSIONS=""
