1
0

system/linux/system: change core limit to soft

This commit is contained in:
2025-12-21 15:38:53 -08:00
parent 92f842fe8a
commit 7a45d1b13f

View File

@@ -15,6 +15,6 @@
# Disable core dumps.
security.pam.loginLimits = [
{ domain = "*"; item = "core"; type = "hard"; value = "0"; }
{ domain = "*"; item = "core"; type = "soft"; value = "0"; }
];
}