Skip to content

Commit

Permalink
Updated kernel version to 5.15.74
Browse files Browse the repository at this point in the history
This is needed for testinfra checks to pass.
  • Loading branch information
zenmonkeykstop authored and legoktm committed Dec 7, 2022
1 parent 2df8e0a commit 896c207
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.57"
depends: "linux-image-5.15.57-grsec-securedrop,intel-microcode"
ver: "5.15.74"
depends: "linux-image-5.15.74-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.5.0"
ossec_version: "3.6.0"
keyring_version: "0.1.6"
config_version: "0.1.4"
grsec_version_focal: "5.15.57"
grsec_version_focal: "5.15.74"

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

fpf_apt_repo_url: "https://apt.freedom.press"
grsec_version_focal: "5.15.57"
grsec_version_focal: "5.15.74"

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

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

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

grsec_version_focal: "5.15.57"
grsec_version_focal: "5.15.74"

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

fpf_apt_repo_url: "https://apt-test.freedom.press"
grsec_version_focal: "5.15.57"
grsec_version_focal: "5.15.74"

daily_reboot_time: "4"

0 comments on commit 896c207

Please sign in to comment.