From: Ludwig Nussel Date: Wed, 25 Jan 2012 10:52:28 +0000 (+0100) Subject: debugfs: add mode, uid and gid options X-Git-Tag: v3.4-rc1~187^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6e486868cde585842d55ba3b6ec57af090fc343;p=pandora-kernel.git debugfs: add mode, uid and gid options Cautious admins may want to restrict access to debugfs. Currently a manual chown/chmod e.g. in an init script is needed to achieve that. Distributions that want to make the mount options configurable need to add extra config files. By allowing to set the root inode's uid, gid and mode via mount options no such hacks are needed anymore. Instead configuration becomes straight forward via fstab. Signed-off-by: Ludwig Nussel Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed