evilsocket / opensnitch

OpenSnitch is a GNU/Linux interactive application firewall inspired by Little Snitch.
GNU General Public License v3.0
9.86k stars 488 forks source link

wiki typo #949

Closed squalou closed 1 year ago

squalou commented 1 year ago

Hi, Sorry to open a trivial issue for this, maybe there's another way to fix a wiki typo (merg request or something ?)

anyway

in https://github.com/evilsocket/opensnitch/wiki/Known-problems

there is a shell command with a misplaced double-quote :

grep -E "(NFT|NETLINK|NFQUEUE) /boot/config-$(uname -r)"

should be

grep -E "(NFT|NETLINK|NFQUEUE)" /boot/config-$(uname -r)

thank you for reading ;-)

gustavo-iniguez-goya commented 1 year ago

:laughing: thank youu for spotting this error. You can open a PR against the wiki branch with the fix: https://github.com/evilsocket/opensnitch/blob/wiki/README.md

If not I'll fix it, no problem.