From b636f79f8981f2b782a26dbf074ed457157d8413 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sat, 22 Jan 2022 16:19:33 +0100 Subject: [PATCH] MANPAGE: add missing -acl section Looks like https://github.com/rfjakob/gocryptfs/commit/86d8336b43418c028c34c37f06fcbd43ab0d44a1 forgot to add the option to the manpage. --- Documentation/MANPAGE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/MANPAGE.md b/Documentation/MANPAGE.md index 25434c9..8f65db8 100644 --- a/Documentation/MANPAGE.md +++ b/Documentation/MANPAGE.md @@ -177,6 +177,10 @@ MOUNT OPTIONS Available options for mounting are listed below. Usually, you don't need any. Defaults are fine. +#### -acl +Enable ACL enforcement. When you want to use ACLs, you must enable this +option. + #### -allow_other By default, the Linux kernel prevents any other user (even root) to access a mounted FUSE filesystem. Settings this option allows access for