Skip to content

Commit 39eeee6

Browse files
authored
Improve FANOTIFY detection in OnAccess.md (#47)
1 parent c609c5b commit 39eeee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/manual/OnAccess.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ If all went well, the On-Access scanner will fork to the background, and will no
8181
Some OS distributors have disabled fanotify, despite kernel support. You can check for fanotify support on your kernel by running the command:
8282

8383
```bash
84-
cat /boot/config-<kernel_version> | grep FANOTIFY
84+
grep FANOTIFY /boot/config-$(uname -r)
8585
```
8686

8787
You should see the following:

0 commit comments

Comments
 (0)