Skip to content

Commit

Permalink
Merge pull request #6054 from freedomofpress/bump-kernel-to-5.4.136
Browse files Browse the repository at this point in the history
Updates kernel version to 5.4.136
  • Loading branch information
conorsch authored Aug 2, 2021
2 parents df763c5 + b1324b3 commit a0ce3e7
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions install_files/ansible-base/group_vars/all/securedrop
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ securedrop_cond_reboot_file: /tmp/sd-reboot-now

# If you bump this, also remember to bump in molecule/builder-focal/tests/vars.yml
securedrop_pkg_grsec_focal:
ver: "5.4.97"
depends: "linux-image-5.4.97-grsec-securedrop,intel-microcode"
ver: "5.4.136"
depends: "linux-image-5.4.136-grsec-securedrop,intel-microcode"

# Mostly useful for local package installation
grsec_version: "{{ securedrop_pkg_grsec_focal.ver }}"
2 changes: 1 addition & 1 deletion molecule/builder-focal/tests/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ securedrop_version: "2.1.0~rc1"
ossec_version: "3.6.0"
keyring_version: "0.1.5"
config_version: "0.1.4"
grsec_version_focal: "5.4.97"
grsec_version_focal: "5.4.136"

# These values will be interpolated with values populated above
# via helper functions in the tests.
Expand Down
2 changes: 1 addition & 1 deletion molecule/testinfra/vars/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,6 @@ log_events_with_ossec_alerts:
rule_id: "400700"

fpf_apt_repo_url: "https://apt.freedom.press"
grsec_version_focal: "5.4.97"
grsec_version_focal: "5.4.136"

daily_reboot_time: "4"
2 changes: 1 addition & 1 deletion molecule/testinfra/vars/prodVM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,4 +177,4 @@ log_events_with_ossec_alerts:
rule_id: "400700"

fpf_apt_repo_url: "https://apt.freedom.press"
grsec_version_focal: "5.4.97"
grsec_version_focal: "5.4.136"
2 changes: 1 addition & 1 deletion molecule/testinfra/vars/qubes-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,6 @@ log_events_with_ossec_alerts:

fpf_apt_repo_url: "https://apt-test.freedom.press"

grsec_version_focal: "5.4.97"
grsec_version_focal: "5.4.136"

daily_reboot_time: "4"
2 changes: 1 addition & 1 deletion molecule/testinfra/vars/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,6 @@ log_events_with_ossec_alerts:
rule_id: "400700"

fpf_apt_repo_url: "https://apt-test.freedom.press"
grsec_version_focal: "5.4.97"
grsec_version_focal: "5.4.136"

daily_reboot_time: "4"

0 comments on commit a0ce3e7

Please sign in to comment.