Skip to content

Commit

Permalink
Update Kconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
madaidan authored Feb 11, 2020
1 parent df807e0 commit d9ddba7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions security/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ config SECURITY_TIOCSTI_RESTRICT

config SECURITY_MODHARDEN
bool "Harden module auto-loading"
default y
default n
depends on MODULES
help
If you say Y here, module auto-loading in response to use of some
Expand All @@ -59,10 +59,10 @@ config SECURITY_MODHARDEN
Alternatively, the administrator can add the module to the list
of modules loaded at boot by modifying init scripts.

Modification of init scripts will most likely be needed on
Ubuntu servers with encrypted home directory support enabled,
as the first non-root user logging in will cause the ecb(aes),
ecb(aes)-all, cbc(aes), and cbc(aes)-all modules to be loaded.
This setting can be overridden at runtime via the
kernel.modharden sysctl.

If unsure say N.

config SECURITY
bool "Enable different security models"
Expand Down

0 comments on commit d9ddba7

Please sign in to comment.