Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
fix package deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bonifaido committed May 6, 2024
1 parent 956a815 commit 763cc7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,9 @@ Between two applications - both of them intercepted by this module - the traffic

### Logging

Most of the logs of this module are on debug level and can be shown using [dynamic debug](https://www.kernel.org/doc/html/latest/admin-guide/dynamic-debug-howto.html) feature of the Linux kernel.
Most of the logs of this module are on the debug level and can be shown using the [dynamic debug](https://www.kernel.org/doc/html/latest/admin-guide/dynamic-debug-howto.html) feature of the Linux kernel.

Use the following command to turn on debug level logging for the module:
Use the following command to turn on debug-level logging for the module:

```bash
echo -n '-p; module camblet file opa.c +pftl' | sudo tee /proc/dynamic_debug/control > /dev/null
Expand All @@ -150,7 +150,7 @@ To create a kernel debugging environment on Fedora, follow these steps:

```bash
sudo dnf update
sudo dnf install kernel-debug-devel
sudo dnf install kernel-debug kernel-debug-devel

# Check the current debug kernel version, and set it as default (ls /boot/)
CURRENT_DEBUG_KERNEL=vmlinuz-6.8.7-200.fc39.aarch64+debug
Expand Down

0 comments on commit 763cc7b

Please sign in to comment.