rule without executable? #1273
Unanswered
Golddouble
asked this question in
Q&A
Replies: 1 comment 2 replies
|
Hi @Golddouble , Do you have the option In versions <= 1.5.x we were using the Netfilter Conntrack subsystem to determine if an outbound connection was NEW. However, Conntrack may tag a connection as NEW if it's the first time that it sees that package, even if it's no a TCP SYN package. So for example, that connection could very well be a TCP_CLOSE_WAIT or TCP_FIN_WAIT1/2. We changed how we intercept TCP connections in >= 1.6.x, to avoid these problems. And on v1.7.x we'll be able to debug the intercepted package. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Hello
My version: 1.5.8
I have this rule:
All went as it should. But strange, since some weeks OSn asks me to allow the following rule:


AND
Question: Why is the field "from this executable" empty? Mustn't it be a programme that does trigger this window? If yes, which programme could this be in this case?
(What would no longer work, if I would not allow this rule? (I mean not the first of this post, but the others.))
Thank you.
All reactions