diff options
author | Anders Nordby <anders@FreeBSD.org> | 2002-07-07 22:51:47 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2002-07-07 22:51:47 +0000 |
commit | cf8f2c9d35116ae3fdc6435af7c27b70f719c781 (patch) | |
tree | 99538d94205babd50c8e787a49e95c01c0084af6 /security/gringotts | |
parent | b0040298adc634cda3c541a573fbc5a0eb2c0132 (diff) |
Notes
Diffstat (limited to 'security/gringotts')
-rw-r--r-- | security/gringotts/files/patch-grg_safe.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/security/gringotts/files/patch-grg_safe.c b/security/gringotts/files/patch-grg_safe.c index eb2e024ffdaf..b25d6e6ae61d 100644 --- a/security/gringotts/files/patch-grg_safe.c +++ b/security/gringotts/files/patch-grg_safe.c @@ -36,14 +36,3 @@ //drop root privileges setuid(getuid()); -@@ -181,8 +184,8 @@ - - if (ulimit != '0') - { -- g_critical ("%s", _("Your shell is configured to produce core dumps. I cannot go on. Please run gringotts via its shell script.")); -- return FALSE; -+ g_critical ("%s", _("Your shell is configured to produce core dumps.")); -+// return FALSE; - } - - //checks that stderr, stdin & stdout are opened |