system/linux/system: change core limit to soft
This commit is contained in:
@@ -15,6 +15,6 @@
|
|||||||
|
|
||||||
# Disable core dumps.
|
# Disable core dumps.
|
||||||
security.pam.loginLimits = [
|
security.pam.loginLimits = [
|
||||||
{ domain = "*"; item = "core"; type = "hard"; value = "0"; }
|
{ domain = "*"; item = "core"; type = "soft"; value = "0"; }
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user