Page 1 of 1

2.1.12-2.6.25.9-200806300858 doesn't seem to log signals

PostPosted: Thu Jul 03, 2008 3:18 am
by szo
See subject, I was playing around with a the new test patch and I noticed that the signals are not logged for some reason.

Re: 2.1.12-2.6.25.9-200806300858 doesn't seem to log signals

PostPosted: Thu Jul 03, 2008 5:17 pm
by spender
It's working fine for me here. So I have to ask some dumb questions: is CONFIG_GRKERNSEC_SIGNAL enabled in your compiled kernel? What's your test case?

-Brad

Re: 2.1.12-2.6.25.9-200806300858 doesn't seem to log signals

PostPosted: Fri Jul 04, 2008 3:25 am
by szo
It is on, I double-checked.
The test case is kill -11 pid-of-my-other-shell
then dmesg show nothing new. Other things like (u)mount are logged fine.

Re: 2.1.12-2.6.25.9-200806300858 doesn't seem to log signals

PostPosted: Sat Jul 05, 2008 6:19 pm
by spender
Thanks for the report. What was the last kernel you used where you test case worked properly? I've fixed the problem in the current test patch. Forced signals (from an application crashing) were logged properly, but signals sent by a user to a process weren't logged.

-Brad

Re: 2.1.12-2.6.25.9-200806300858 doesn't seem to log signals

PostPosted: Mon Jul 07, 2008 4:43 am
by szo
I don't think I can help you pinpoint the introduction of the bug, the current kernel running is 2.4.32 :)