#!/sbin/runscript # apply grsecurity options in /etc/grsec.conf # with sysctl to the kernel depend() { need clock localmount } start() { ebegin "Enable advanced network and system-protection (grsec)" grsec start 2>&1 | /usr/bin/logger -t "grsec" -p daemon.notice eend $? }