diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-12-12 18:09:23 +0000 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-12-12 18:09:23 +0000 |
commit | 4c8e5cc51dca1846752e9c2fb961e1b410671bd0 (patch) | |
tree | 4fdd1d4d5b38c5f308ffb05e421341c82b38942a /system/sysctl.conf | |
parent | 33f31884bca99a3fad32c0e57d7eae8188559d82 (diff) |
Stop core dumps
Diffstat (limited to 'system/sysctl.conf')
-rw-r--r-- | system/sysctl.conf | 3 |
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 |