From 56165c0b76446353da4531e66823b3fb74f79de3 Mon Sep 17 00:00:00 2001 From: fedir Date: Tue, 20 May 2025 10:12:18 +0200 Subject: [PATCH] Fixed a mistake in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17d4a6c..fb0badc 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Currently, there is no installer implemented. icfs [target directory] [path to permanent permission database] ``` -The filesystem will be mounted over the target directory, and ask user permission every time a file in that directory is opened. Although filesystem must work as intended with no additional fuse arguments, we highly recommend adding `-o default_permissions` to increase performance and add an additional security layer. +The filesystem will be mounted over the target directory, and ask user permission every time a file in that directory is opened. We highly recommend adding `-o default_permissions` to increase performance and add an additional security layer. ### Development build