Skip to content

Commit

Permalink
README: Mention that debugfs is optional
Browse files Browse the repository at this point in the history
It's needed for getAvailableFilterFunctions() which is optional.

Signed-off-by: Martynas Pumputis <[email protected]>
  • Loading branch information
brb committed Oct 25, 2024
1 parent aebb893 commit 7a23589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7a23589

Please sign in to comment.