[Bug 1424] Cannot signal a process over a channel (rfc 4254, section 6.9)

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Sun Jan 20 06:42:14 EST 2008


https://bugzilla.mindrot.org/show_bug.cgi?id=1424





--- Comment #5 from Damien Miller <djm at mindrot.org>  2008-01-20 06:42:12 ---
(From update of attachment 1438)
>+} no2name[] = {
>+	{ SIGABRT,	"ABRT" },
>+	{ SIGALRM,	"ALRM" },
>+	{ SIGFPE,	"FPE" },
>+	{ SIGHUP,	"HUP" },
>+	{ SIGILL,	"ILL" },
>+	{ SIGINT,	"INT" },
>+	{ SIGKILL,	"KILL" },
>+	{ SIGPIPE,	"PIPE" },
>+	{ SIGQUIT,	"QUIT" },
>+	{ SIGSEGV,	"SEGV" },
>+	{ SIGTERM,	"TERM" },
>+	{ SIGUSR1,	"USR1" },
>+	{ SIGUSR2,	"USR2" },

I don't think it makes sense to automatically pass some of these from
the client to the server. E.g. SIGSEGV, SIGFPE, SIGILL, SIGBUS,
SIGPIPE, SIGALRM and SIGABRT should be considered "internal" and never
passed (or acted upon by the server).

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.


More information about the openssh-bugs mailing list