From 53ad32e8f08124f9ac837df091f61adf685775a8 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 29 Dec 2016 11:04:38 -0200 Subject: Adds nodo::subsystem::grsec --- manifests/utils/security/grsec.pp | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 manifests/utils/security/grsec.pp (limited to 'manifests/utils/security') diff --git a/manifests/utils/security/grsec.pp b/manifests/utils/security/grsec.pp new file mode 100644 index 0000000..c978088 --- /dev/null +++ b/manifests/utils/security/grsec.pp @@ -0,0 +1,13 @@ +class nodo::utils::security::grsec { + package { [ + # The package with the specific image version might not be used + # 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-grsec-amd64', + 'paxtest', + ]: + ensure => present, + } +} -- cgit v1.2.3