Hello,
I'm pretty new to grsecurity, yesterday I just successfully set up 2.6.7-grsec. I wrote several ACLs for various subjects and everything is working fine. After the boot-process I enabled grsec with "gradm -E". To shut down the system, I can switch to a special admin role with the needed priviledges first, ok.
But it will be nice if I could tell grsec to use a special role, for example "boot" when the system boots. I don't want to give the scripts in /etc/init.d/network the needed rights for the default role. And I don't want to touch the scripts from my distribution to add a line with "gradm -n boot".
btw: LIDS uses a similar technique, after the boot-process you have to init the LIDS-ACL with "lidasdm -S" or something like that..