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

Add support for setting UID/GID through mount options #62

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Add support for setting UID/GID through mount options #62

wants to merge 2 commits into from

Commits on Sep 12, 2018

  1. Add support for setting UID/GID through mount options

    Even with read-only support, it may be useful to set the filesystem
    default UID/GID to an arbitrary value.
    
    With this patch, the user can use the "uid=N", "gid=N", "user_id=N" or
    "group_id=N" options to set the user and group IDs for the whole
    filesystem.
    
    Signed-off-by: Arnaud Ferraris <arnaud.ferraris@collabora.com>
    a-wai committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    0024d39 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2018

  1. Configuration menu
    Copy the full SHA
    6bee744 View commit details
    Browse the repository at this point in the history