Diff Check Warning: Firewall rules removed/added?

I have set up Mageia 5 (32-bit, KDE & LXDE) for my friends old computer. I am kind of unofficially the "tech support" guy so while a was visiting her today I looked through some logs and noticed something I haven't seen before. In the /var/log/security.log was repeatedly these two diff check warnings:
and
I do understand what it says that every once in a while those two firewall rules are added/removed. Also doing a bit of Google research have found out that apparently both of those are quite normal firewall rules as such. What I am not able to get a clear understanding is what do those rules actually do and why and how they are being removed/added repeatedly? And just to be clear: my friend said she has not done any changes (has not even ever logged in as root) and I have not done any changes to the system after installing it some months ago.
- Code: Select all
diff: Security Warning: change in firewall rules found:
Removed firewall rules : -A Ifw -m set --match-set ifw_wl src -j RETURN
Removed firewall rules : -A Ifw -m set --match-set ifw_bl src -j DROP
and
- Code: Select all
diff: Security Warning: change in firewall rules found:
Added firewall rules : -A Ifw -m set --match-set ifw_wl src -j RETURN
Added firewall rules : -A Ifw -m set --match-set ifw_bl src -j DROP
I do understand what it says that every once in a while those two firewall rules are added/removed. Also doing a bit of Google research have found out that apparently both of those are quite normal firewall rules as such. What I am not able to get a clear understanding is what do those rules actually do and why and how they are being removed/added repeatedly? And just to be clear: my friend said she has not done any changes (has not even ever logged in as root) and I have not done any changes to the system after installing it some months ago.