Page 1 of 1

Issue with VirtualBox

PostPosted: Sat Jun 25, 2011 3:35 pm
by d3v1ou
Hello, can somebody help me with this:

[ 14.956406] grsec: denied resource overstep by requesting 21 for RLIMIT_NICE against limit 0 for /usr/lib/virtualbox/vboxwebsrv[vboxwebsrv:1210] uid/euid:
1000/1000 gid/egid:1000/1000, parent /sbin/init[init:1] uid/euid:0/0 gid/egid:0/0

The problem is i see this after enabling pax_softmode=1.

Hot to learn grsecurtity to except this binary??

Re: Issue with VirtualBox

PostPosted: Sun Jun 26, 2011 8:25 am
by spender
That denial isn't caused by grsecurity. A vanilla kernel would have denied it as well -- grsecurity is only logging the event. If you don't want to see those kinds of logs, then disable the resource logging feature you enabled.

-Brad

Re: Issue with VirtualBox

PostPosted: Sun Jun 26, 2011 9:21 am
by d3v1ou
Aha, thanks a lot spender.