From ca33f328bbe2bb75fc7f73ea10d91db19b04a113 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 21 Oct 2011 01:58:23 +0200 Subject: [PATCH] profile: disable core files creation for root user --- config/profile | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/profile b/config/profile index 99026ef..fd01cb7 100644 --- a/config/profile +++ b/config/profile @@ -20,9 +20,6 @@ fi loginsh=1 -# Users generally won't see annoyng core files -[ "$UID" = "0" ] && ulimit -S -c 1000000 > /dev/null 2>&1 - # Make path more comfortable PATH=/bin:/usr/bin:/usr/local/bin if [ "$UID" = 0 ]; then