Skip to content

linux_session: Make allow_other mount option optional#153

Merged
eryugey merged 1 commit intocloud-hypervisor:masterfrom
cbrewster:optional-allow_other
Sep 20, 2023
Merged

linux_session: Make allow_other mount option optional#153
eryugey merged 1 commit intocloud-hypervisor:masterfrom
cbrewster:optional-allow_other

Conversation

@cbrewster
Copy link
Contributor

The allow_other mount option typically requires root user permissions unless configured otherwise on the machine. It would be nice if this was configurable to allow for unprivileged mounting.

For non-root users to use this option the system must have 'user_allow_other' set in /etc/fuse.conf.

@cbrewster cbrewster force-pushed the optional-allow_other branch 3 times, most recently from b553ce5 to 55d4d92 Compare September 19, 2023 16:57
Copy link
Contributor

@eryugey eryugey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@flokli
Copy link
Contributor

flokli commented Sep 20, 2023

MacOS failures seem unrelated.

@jiangliu
Copy link
Contributor

jiangliu commented Sep 20, 2023

MacOS failures seem unrelated.

Yes, it's independent of this PR and just get fixed.
Could you please help to rebase?

The `allow_other` mount option typically requires root user permissions
unless configured otherwise on the machine. It would be nice if this was
configurable to allow for unprivileged mounting.

For non-root users to use this option the system must have 'user_allow_other'
set in /etc/fuse.conf.

Signed-off-by: Connor Brewster <cbrewster@hey.com>
@cbrewster
Copy link
Contributor Author

Yes, it's independent of this PR and just get fixed. Could you please help to rebase?

Done.

@eryugey eryugey merged commit 13026d8 into cloud-hypervisor:master Sep 20, 2023
@cbrewster cbrewster deleted the optional-allow_other branch September 20, 2023 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants