mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-05 17:10:57 +01:00
![]() If for some reason a Regex type rule can not be parsed, opensnitchd panics and exit. We drop regex.MustCompile() in favor of regex.Compile(), and in case of failure we just drop the packet. In either case, the daemon should not panic but it should not received an invalid rule either, specially from the UI. Closes #4 |
||
---|---|---|
.. | ||
loader.go | ||
operator.go | ||
rule.go |