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 ability to mount everything read-only. #9

Merged
merged 1 commit into from
Nov 14, 2024

Conversation

thallgren
Copy link
Member

Adds a new read-only flag that prevents the fuseftp client from making any kind of modifications to the mounted file system.

The winfsp fuse implementation doesn't provide a "ro" option, so this addition is implemented by letting all methods that modify the file system return an error. See winfsp/cgofuse#15 for more info.

This is a client-only implementation. It does not require any additional features from the server.

Adds a new read-only flag that prevents the fuseftp client from making
any kind of modifications to the mounted file system.

The winfsp fuse implementation doesn't provide a "ro" option, so this
addition is implemented by letting all methods that modify the file
system return an error. See winfsp/cgofuse#15
for more info.

This is a client-only implementation. It does not require any additional
features from the server.

Signed-off-by: Thomas Hallgren <[email protected]>
@P0lip P0lip merged commit 8aba0a0 into telepresenceio:master Nov 14, 2024
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.

2 participants