Page 1 of 1

CONFIG_GRKERNSEC_SYSCTL_ON

PostPosted: Mon Jan 03, 2005 8:52 pm
by devillinux
Brad,

I like the idea behing the new CONFIG_GRKERNSEC_SYSCTL_ON , however it causes a lot of messagebwhen auditing is enabled.
Those message are showing up first on the console, until klogd is started and then it fills up the logs.
The ability to turn the audit messages off is far later in the boot process.

I would suggest to add another option, to disable all the audit ones, i.e. CONFIG_GRKERNSEC_SYSCTL_AUDIT_OFF.

Heiko

PostPosted: Tue Jan 04, 2005 12:04 pm
by spender
Use the group for audit feature if you don't want to see a bunch of logs from root.

-Brad

PostPosted: Tue Jan 04, 2005 12:26 pm
by devillinux
I actually want the auditing enabled for all users, so that's not really an option.

I can rewrite the initrd script to disable all logging, but I won't be able to get around the first message (either starting klogd or mounting proc).

Heiko