From 7a2358909f3afd9c06f1c3054c7d5db20c306f2d Mon Sep 17 00:00:00 2001 From: Martynas Pumputis Date: Fri, 25 Oct 2024 10:07:57 +0200 Subject: [PATCH] README: Mention that debugfs is optional It's needed for getAvailableFilterFunctions() which is optional. Signed-off-by: Martynas Pumputis --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 900a502a..ab06f821 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ after installing an IP tables rule: `pwru` requires >= 5.3 kernel to run. For `--output-skb` >= 5.9 kernel is required. For `--backend=kprobe-multi` >= 5.18 kernel is required. -`debugfs` has to be mounted in `/sys/kernel/debug`. In case the folder is empty, it can be mounted with: +`pwru` optionally requires `debugfs`. It has to be mounted in `/sys/kernel/debug`. In case the folder is empty, it can be mounted with: ``` mount -t debugfs none /sys/kernel/debug