hi , i'm new to grsec and would like to ask :
can set a passwd for a porcess , i mean passwd that is different from gradm passwd or any other paswd?
the idea is:
i want to have sshd,apache,sqiud etc. ruuning protected.
i want to be able to restart them ( kill ) , but i want to set another passwd for the process that kills them ( i think one more passwd will not make my life harder,but will make it more difficult for an attaker to kill my stuff) ....
i think i can set a passwd on a role and this role will only kill stuff.
( how do i set a passd on a role , exept for the login passwd ?)
(i think about user with name kill , with shell /bin/false , in his ACL hi will have only a subject for killall. I want to log like another user, switch to role kill WITH A PASSWD , kill what i want , and then exit)
any ideas ?