Skip to content
  • Nicholas Clark's avatar
    fuse2fs: add fakeroot option. · ea1a3fa2
    Nicholas Clark authored
    
    
    Add a new 'fakeroot' option to fuse2fs. When enabled, fuse2fs will
    will pretend to be root when checking file permssions. This allows
    fuse2fs to be used for building/modifying rootfs images as an
    unprivileged user.
    
    As per the maintainer's request, nosuid and nodev are automatically
    enabled when fakeroot is selected (on platforms that support them)
    to help prevent accidental misuse.
    
    Signed-off-by: default avatarNicholas Clark <nicholas.clark@gmail.com>
    Signed-off-by: default avatarTheodore Ts'o <tytso@mit.edu>
    ea1a3fa2