From 63b64ba75284414fbaff11144a43263269ce5610 Mon Sep 17 00:00:00 2001 From: Manuel Sopena Ballesteros Date: Wed, 3 Jul 2024 23:15:58 +0200 Subject: [PATCH] fix docs --- docs/audit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/audit.md b/docs/audit.md index 84740338..254048a2 100644 --- a/docs/audit.md +++ b/docs/audit.md @@ -1,6 +1,6 @@ # Audit -Manta can log user's operations in a local file. The audit file location can be specified in config file with the `audot_config` field. If missing, then the default location is `/var/log/manta/` (Linux). Make sure this folder exists and the current user has `rwx` access to it +Manta can log user's operations in a local file. The audit file location can be specified in config file with the `audit_config` field. If missing, then the default location is `/var/log/manta/` (Linux). Make sure this folder exists and the current user has `rwx` access to it ```bash mkdir /var/log/manta