Re: disable : Ctrl -C in the Kernel

From: Sven-Haegar Koch
Date: Thu Sep 10 2009 - 06:39:54 EST


On Thu, 10 Sep 2009, Prabhu Chawandi wrote:

> I am running Some application at the end of rcS script file.
>
> I need to disable Ctrl-c, i.e. application should not kill after Ctrl-c.
>
> and in some case I want Ctrl-C to work normally.
>
> I am taking care in application about catching signal using signal(),
> even then I think there is something from kernel side.
>
> Can any one help ?????/

We are using the following command here in an rc script early at boot to
disable Ctrl-C:

stty intr ^@ quit ^@ susp ^@

c'ya
sven

--
The lights are fading out, once more...
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/