Skip to content

Commit

Permalink
Merge pull request #6325 from freedomofpress/update-kernel-5.15.26
Browse files Browse the repository at this point in the history
Updated kernel version to 5.15.26
  • Loading branch information
eaon authored Mar 8, 2022
2 parents dccf770 + 5f5975f commit 842bfb8
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.15.18"
depends: "linux-image-5.15.18-grsec-securedrop,intel-microcode"
ver: "5.15.26"
depends: "linux-image-5.15.26-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.3.0~rc1"
ossec_version: "3.6.0"
keyring_version: "0.1.5"
config_version: "0.1.4"
grsec_version_focal: "5.15.18"
grsec_version_focal: "5.15.26"

# 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 @@ -179,6 +179,6 @@ log_events_with_ossec_alerts:
rule_id: "400700"

fpf_apt_repo_url: "https://apt.freedom.press"
grsec_version_focal: "5.15.18"
grsec_version_focal: "5.15.26"

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 @@ -178,4 +178,4 @@ log_events_with_ossec_alerts:
rule_id: "400700"

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

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

grsec_version_focal: "5.15.18"
grsec_version_focal: "5.15.26"

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 @@ -215,6 +215,6 @@ log_events_with_ossec_alerts:
rule_id: "400700"

fpf_apt_repo_url: "https://apt-test.freedom.press"
grsec_version_focal: "5.15.18"
grsec_version_focal: "5.15.26"

daily_reboot_time: "4"

0 comments on commit 842bfb8

Please sign in to comment.