aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystem/grsec.pp
blob: 185454fdc71d8ba4349e2801b2265f5311213c89 (plain)
1
2
3
4
5
6
7
8
9
10
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,
  }
}