I'm currently trying to install grub on my software raid 1.
However when trying to write the MBR I'll get this error:
grsec: denied resource overstep by requesting 4096 for RLIMIT_CORE against limit 0 for /sbin/grub[grub:25437] uid/euid:0/0 gid/egid:0/0, parent /bin/bash[bash:18402] uid/euid:0/0 gid/egid:0/0
How do I make gresec allow grub to write to the MBR?
sorry, complete noob on grsec.
thx for your help
*edit* issue solved. PAX didn't like grub, so one has to disable certain flags.
so it's either
chpax -spm /usr/sbin/grub (for older systems which still use one of the earlier grsecurity kernel patches) or
paxctl -spm /usr/sbin/grub for newer systems
I thought of deleting this question, however I had a hard time googling it up so I thought that posting the solution here is better since someone else with the problem might find it easier