I had to modify gen_image.sh to get the grub calls working on my
hardened-gentoo build system.  The first modification was to add '-m'
to the chpax call to turn off MPROTECT for the binary, so it wouldn't
fail out with "assert (ret == 0) failed" errors.  Secondly, chpax has
been obsoleted by the author in favor of paxctl, so I added a bit of
logic to prefer paxctl over chpax.

signed-off by: RB<[EMAIL PROTECTED]>

Attachment: x86-gen_image-paxctl.patch
Description: Binary data

_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to