mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 16:44:46 +01:00
when deleting a rule stop lists of domains monitor
This commit is contained in:
parent
2c1f8e1d8c
commit
60414931d6
1 changed files with 1 additions and 0 deletions
|
@ -364,6 +364,7 @@ func (l *Loader) Delete(ruleName string) error {
|
|||
if rule == nil {
|
||||
return nil
|
||||
}
|
||||
l.cleanListsRule(rule)
|
||||
|
||||
delete(l.rules, ruleName)
|
||||
l.sortRules()
|
||||
|
|
Loading…
Add table
Reference in a new issue