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

linux_session: Make allow_other mount option optional #153

Merged
merged 1 commit into from
Sep 20, 2023

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.

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

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 <[email protected]>
@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
4 checks passed
@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