From b290ad360a9a616816b8329012cca6400095121b Mon Sep 17 00:00:00 2001 From: David GUGLIELMI Date: Mon, 14 Oct 2024 17:45:17 +0200 Subject: [PATCH] Improve FANOTIFY detection in OnAccess.md --- src/manual/OnAccess.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manual/OnAccess.md b/src/manual/OnAccess.md index 6abbf4e..945db66 100644 --- a/src/manual/OnAccess.md +++ b/src/manual/OnAccess.md @@ -81,7 +81,7 @@ If all went well, the On-Access scanner will fork to the background, and will no Some OS distributors have disabled fanotify, despite kernel support. You can check for fanotify support on your kernel by running the command: ```bash -cat /boot/config- | grep FANOTIFY +grep FANOTIFY /boot/config-$(uname -r) ``` You should see the following: