configuration-templates – Blame information for rev 183

Subversion Repositories:
Rev:
Rev Author Line No. Line
121 office 1 # The contents of /proc/<pid>/maps and smaps files are only visible to
2 # readers that are allowed to ptrace() the process
3 kernel.maps_protect = 1
4  
5 # Enable ExecShield protection
6 kernel.exec-shield = 1
7 kernel.randomize_va_space = 2
8  
9 # Hide exposed kernel pointers
10 kernel.kptr_restrict = 1