diff options
Diffstat (limited to 'manifests/subsystem/grsec.pp')
-rw-r--r-- | manifests/subsystem/grsec.pp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/manifests/subsystem/grsec.pp b/manifests/subsystem/grsec.pp new file mode 100644 index 0000000..185454f --- /dev/null +++ b/manifests/subsystem/grsec.pp @@ -0,0 +1,11 @@ +class nodo::subsystem::grsec { + include nodo::utils::security::grsec + + nodo::subsystem::sysctl::entry { 'kernel.grsecurity.rwxmap_logging': + value => 0, + } + + nodo::subsystem::sysctl::entry { 'kernel.grsecurity.grsec_lock': + value => 1, + } +} |