Hi!
On Tue, Sep 30, 2008 at 12:29:09AM +0100, Adam James wrote:
> What's the output of `strace perl -e 'exec "/bin/pwd"' 2>&1 \
> |grep -i rlimit`?
>
> Also try invoking perl with `env -i` to rule out any environment issues.
Results are same, with and without `env -i`:
$ env -i strace /usr/bin/perl -e 'exec "/bin/pwd"' 2>&1 | grep -i rlimit
getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0
2008-09-30_00:02:32.77418 kern.alert: grsec: denied resource overstep by
requesting 146518016 for RLIMIT_STACK against limit 8388608 for
/bin/pwd[pwd:5451] uid/euid:1000/1000 gid/egid:100/100, parent
/usr/bin/strace[strace:5449] uid/euid:1000/1000 gid/egid:100/100
--
WBR, Alex.