diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-04-22 10:10:53 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-04-22 10:10:53 -0300 |
commit | 654fb5255e8bf7f30be06effd476984701c089a2 (patch) | |
tree | 0458ef9388dadcd93200343e130e72f97e3c452d /manifests | |
parent | c34fed716b34f7c1622faa504a2dcbd49720d0a6 (diff) | |
download | puppet-nodo-654fb5255e8bf7f30be06effd476984701c089a2.tar.gz puppet-nodo-654fb5255e8bf7f30be06effd476984701c089a2.tar.bz2 |
Updates grsec to 4.9.0-2
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/utils/security/grsec.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/utils/security/grsec.pp b/manifests/utils/security/grsec.pp index f63a65e..4468e4e 100644 --- a/manifests/utils/security/grsec.pp +++ b/manifests/utils/security/grsec.pp @@ -6,7 +6,7 @@ class nodo::utils::security::grsec ( # but right now apt is complaining of unmet dependencies when # trying to install only the metapackage maybe because both are # on jessie-backports. This might chance in the near future. - 'linux-image-4.8.0-2-grsec-amd64', + 'linux-image-4.9.0-2-grsec-amd64', 'linux-image-grsec-amd64', 'paxtest', ]: |