diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-02-09 18:21:14 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-02-09 18:21:14 -0200 |
commit | be151b179704537c5c435518b5a71f3e38c8878f (patch) | |
tree | 6eb656378aad45e462208d26854a16a5626cb7d1 | |
parent | c9c7ec8873a97879ae98fa675ff5e935f7ce1dff (diff) | |
download | puppet-nodo-be151b179704537c5c435518b5a71f3e38c8878f.tar.gz puppet-nodo-be151b179704537c5c435518b5a71f3e38c8878f.tar.bz2 |
Updates grsec package
-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 fc63621..f63a65e 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.7.0-1-grsec-amd64', + 'linux-image-4.8.0-2-grsec-amd64', 'linux-image-grsec-amd64', 'paxtest', ]: |