Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mount: use device directly if we are root. #195

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 27, 2018

  1. Mount: use device directly if we are root.

    The mount function in mount_linux.go checks if we are
    uid 0 and, if so, tries to just do the mount directly.
    If that fails, then it will fall through to the fusermount
    path.
    
    I've tested this on a server of my own and it works.
    
    Signed-off-by: Ronald G. Minnich <[email protected]>
    rminnich committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    f5637a7 View commit details
    Browse the repository at this point in the history