diff options
author | anders <anders@FreeBSD.org> | 2002-07-07 22:51:47 +0000 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2002-07-07 22:51:47 +0000 |
commit | 4794e5d4cbb08f152a7b2ebf96f39d6028f40cbf (patch) | |
tree | fbdad2ed50b3e5d06f3f605b0848908bd2d07235 /security | |
parent | 140a120a2b9ef3309f726296e606817bb16ee2da (diff) | |
download | FreeBSD-ports-4794e5d4cbb08f152a7b2ebf96f39d6028f40cbf.zip FreeBSD-ports-4794e5d4cbb08f152a7b2ebf96f39d6028f40cbf.tar.gz |
Re-enable exit when ulimit -Sc is not 0, as the author intends.
Diffstat (limited to 'security')
-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 eb2e024..b25d6e6 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 |