From da81d0de663ec49eb09171f8dea0eb4e88f5bbc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Mon, 10 Sep 2018 15:26:04 +0200 Subject: [PATCH] Tweak language in docs about mount point access --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4449980..b68b839 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ This will give you read-only access to the content of the sparse-bundle disk ima By default, FUSE will restrict access to the mount point to the user that mounted the file system. Nobody, not even root, can access another user's FUSE mount. To override this behavior, enable -the `allow_other` option by passing `-o allow_other` on the command line. This will allow all +the `allow_other` option by passing `-o allow_other` on the command line. This will give all users on the system access to the resulting `.dmg` file. The `allow_root` option has the same effect, but only extends access to the root user.