Skip to content

Commit

Permalink
Bump SecureDrop kernel to 4.4.177
Browse files Browse the repository at this point in the history
These kernels now offer support for Intel e1000e NICs.
  • Loading branch information
emkll committed Mar 29, 2019
1 parent 8cd1f64 commit a2d544a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 @@ -52,5 +52,5 @@ securedrop_cond_reboot_file: /tmp/sd-reboot-now

# If you bump this, also remember to bump in molecule/builder/tests/vars.yml
securedrop_pkg_grsec:
ver: "4.4.167"
depends: "linux-image-4.4.162-grsec,linux-firmware-image-4.4.162-grsec,linux-image-4.4.167-grsec,linux-firmware-image-4.4.167-grsec"
ver: "4.4.177"
depends: "linux-image-4.4.167-grsec,linux-firmware-image-4.4.167-grsec,linux-image-4.4.177-grsec,linux-firmware-image-4.4.177-grsec"
2 changes: 1 addition & 1 deletion molecule/builder-trusty/tests/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ securedrop_version: "0.13.0~rc1"
ossec_version: "3.0.0"
keyring_version: "0.1.2"
config_version: "0.1.3"
grsec_version: "4.4.167"
grsec_version: "4.4.177"

# 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/staging/vars/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,4 @@ log_events_with_ossec_alerts:
rule_id: "400503"

fpf_apt_repo_url: "https://apt-test.freedom.press"
grsec_version: "4.4.167"
grsec_version: "4.4.177"

0 comments on commit a2d544a

Please sign in to comment.