Skip to content

Commit

Permalink
Merge pull request #6401 from freedomofpress/disable-fwupd
Browse files Browse the repository at this point in the history
Disable fwupd-refresh.timer, triggers OSSEC warnings
  • Loading branch information
zenmonkeykstop authored Apr 27, 2022
2 parents 79675c1 + 22dca80 commit b917f9c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install_files/securedrop-config-focal/DEBIAN/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ case "$1" in
cp /opt/securedrop/50unattended-upgrades /etc/apt/apt.conf.d/
cp /opt/securedrop/reboot-flag /etc/cron.d/

# Disable fwupd-refresh (#6204)
systemctl is-enabled fwupd-refresh.timer && systemctl disable fwupd-refresh.timer

;;
abort-upgrade|abort-remove|abort-deconfigure)
;;
Expand Down

0 comments on commit b917f9c

Please sign in to comment.