You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the default syslog_rules.xml, if you uninstall a Debian package, you'll get a notification that it was installed right before you get one indicating it was uninstalled. E.g. on an Ubuntu Focal (20.04) system, running apt remove ufw -y triggers:
Rule: 2902 fired (level 7) -> "New dpkg (Debian Package) installed."
Portion of the log(s):
[timestamp] status installed ufw:all 0.36-6ubuntu1.1
--END OF NOTIFICATION
Rule: 2903 fired (level 7) -> "Dpkg (Debian Package) removed."
Portion of the log(s):
[timestamp] remove ufw:all 0.36-6ubuntu1.1
--END OF NOTIFICATION
Rule: 2903 fired (level 7) -> "Dpkg (Debian Package) removed."
Portion of the log(s):
[timestamp] purge ufw:all 0.36-6ubuntu1.1
Here are the relevant dpkg logs from the operation:
Because of an upstream OSSEC bug[1], it alerts that the "ufw"
package was installed right before it alerts that it was removed.
Despite the notification, there is nothing for admins to do, so add
a small note about it.
[1] ossec/ossec-hids#2141
Using the default syslog_rules.xml, if you uninstall a Debian package, you'll get a notification that it was installed right before you get one indicating it was uninstalled. E.g. on an Ubuntu Focal (20.04) system, running
apt remove ufw -y
triggers:Here are the relevant dpkg logs from the operation:
So the second line ("installed ufw:all") matches
ossec-hids/etc/rules/syslog_rules.xml
Lines 606 to 611 in 39a9313
The text was updated successfully, but these errors were encountered: