Skip to content
  • Ludwig Nussel's avatar
    debugfs: add mode, uid and gid options · d6e48686
    Ludwig Nussel authored
    
    
    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: default avatarLudwig Nussel <ludwig.nussel@suse.de>
    Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
    d6e48686