Ubuntu list automatic security updated packages
#!/bin/bash cat /var/run/reboot-required.pkgs xargs aptitude changelog < /var/run/reboot-required.pkgs | grep urgency=high
#!/bin/bash cat /var/run/reboot-required.pkgs xargs aptitude changelog < /var/run/reboot-required.pkgs | grep urgency=high