Skip to content

Commit d9ddba7

Browse files
authored
Update Kconfig
1 parent df807e0 commit d9ddba7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

security/Kconfig

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ config SECURITY_TIOCSTI_RESTRICT
4444

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

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

6767
config SECURITY
6868
bool "Enable different security models"

0 commit comments

Comments
 (0)