I'm looking for a way to prevent a user from generating a SIGINT by pressing
the CTRL-C key.  I know this can be done with the bash "trap" command or the
"stty" command but this only works when a shell is running.  How can I
guarantee that a user can't generate SIGINT at any time?  Possible a kernel
modification to block that signal?

David Christensen

--
To unsubscribe from this list, send a message to [EMAIL PROTECTED]
with the command "unsubscribe linux-embedded" in the message body.
For more information, see <http://waste.org/mail/linux-embedded>.

Reply via email to