Page 1 of 1

denied executable mmap of /SYSV00000000

PostPosted: Wed Jun 04, 2014 11:35 am
by rom2mars
Hello,

I have the error:

Code: Select all
grsec: (rom:U:/home/rom/Bin/DC) denied executable mmap of /SYSV00000000 by /home/rom/Bin/DC....


My policy:

Code: Select all
# Role: rom
subject /home/rom/Bin/DC o {
    /      h
    /SYSV*      x
   -CAP_ALL
    bind disabled
    connect 127.0.0.1/32:2503 stream tcp
}



I don't know solve my problem.
I nee help.

Thank you in advance.

Sorry for my english.

Regards,
Romain

Re: denied executable mmap of /SYSV00000000

PostPosted: Wed Jun 04, 2014 9:52 pm
by spender
Add "x" to the subject mode, as that binary apparently needs executable shared memory.

-Brad

Re: denied executable mmap of /SYSV00000000

PostPosted: Thu Jun 05, 2014 5:23 am
by rom2mars
My problem is solved.

Thank you very much.

Romain