User Tools

Site Tools


systems:media_server:secure_the_server:harden_linux_kernel_configuration_parameters

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
systems:media_server:secure_the_server:harden_linux_kernel_configuration_parameters [2025/05/31 12:20] petersystems:media_server:secure_the_server:harden_linux_kernel_configuration_parameters [2025/05/31 16:07] (current) peter
Line 14: Line 14:
 ---- ----
  
-====== Make a backup of the existing /etc/sysctl.conf file ======+===== Make a backup of the existing /etc/sysctl.conf file =====
  
 <code bash> <code bash>
Line 22: Line 22:
 ---- ----
  
-====== Modify the sysctl file ======+===== Modify the sysctl file =====
  
 Add the following entries to the bottom of the **/etc/sysctl.conf** file to stop some spoofing attacks and enhance other security measures: Add the following entries to the bottom of the **/etc/sysctl.conf** file to stop some spoofing attacks and enhance other security measures:
Line 74: Line 74:
  
 # Additional Security Measures # Additional Security Measures
-dev.tty.ldisc_autoload = 0 +#dev.tty.ldisc_autoload = 0 
-kernel.modules_disabled = 1+#kernel.modules_disabled = 1
 kernel.core_uses_pid = 1 kernel.core_uses_pid = 1
 kernel.panic_on_unrecovered_nmi = 1 kernel.panic_on_unrecovered_nmi = 1
Line 87: Line 87:
 ---- ----
  
-====== Activate the kernel settings that have been modified ======+===== Activate the kernel settings that have been modified =====
  
 This reloads the sysctl parameters: This reloads the sysctl parameters:
Line 96: Line 96:
  
 ---- ----
- 
- 
systems/media_server/secure_the_server/harden_linux_kernel_configuration_parameters.1748694036.txt.gz · Last modified: 2025/05/31 12:20 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki