aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2024-12-12 18:09:23 +0000
committerJustine Smithies <justine@smithies.me.uk>2024-12-12 18:09:23 +0000
commit4c8e5cc51dca1846752e9c2fb961e1b410671bd0 (patch)
tree4fdd1d4d5b38c5f308ffb05e421341c82b38942a
parent33f31884bca99a3fad32c0e57d7eae8188559d82 (diff)
Stop core dumps
-rw-r--r--system/sysctl.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/sysctl.conf b/system/sysctl.conf
index 878afc7..4af1ea2 100644
--- a/system/sysctl.conf
+++ b/system/sysctl.conf
@@ -13,3 +13,6 @@ vfs.usermount=1
# Set Focusrite Scarlett 2i2 Gen 3 as default sound device
hw.snd.default_unit=5
+
+# Stop core dumps
+kern.coredump=0