-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Rules for "python" applications type ? #17
Comments
Maybe you can filter by command line: You can also edit the rule on disk, and use regular expressions to match the process and command line:
|
Thank you for your reply
Also I would like to add : this is a flatpak application
So this version seems to work partially and here are my tests :
My next question : how should I modify the rule file so it will allow only blink and not blink2 or blink* ? Comment or suggestion on the side : may be opensnitchd should not fail to start when there is an invalid rule, it should rather ignore it and flag it as invalid somewhere in OpenSnitch UI. |
I agree with you here. I'll take a look and make it not fail if there's any invalid rule. On the other hand, take a look a #9 . I've just added a rules editor, to allow configure rules from the UI. It should ease the process of rules creation. |
Thank you for adding rules editor. I presume that it will be in the next release. In the mean time I still don't understand how to fix my current rule to allow only blink. Is it doable ? |
Try it with a regex:
The idea is to match the command line that ends in "blink" (hence the $). |
It works . Thank you. Notes on the side : I tested on both linux mint 19.3 and Manjaro 20.0.1 |
Hi,
I have an application call blink when initiated "ps -ef" shows it as : /app/bin/python27 /apt/bin/blink.
Opensnitch sees it as an "/app/bin/python27" .
My question is if I want to
How can I do that ?
Thank You
The text was updated successfully, but these errors were encountered: