On Mon, 14 Mar 2005 01:43:54 +1100
John Tate <[EMAIL PROTECTED]> wrote:

> Any known issues, and things need with doing this?

- compile the kernel with -fno-stack-protector:
make CC="gcc -fno-stack-protector" all

- klogd must run as "root":
$ cat /etc/sysconfig/sysklogd
SYSLOGDARGS="-m 0 -u syslog -a /var/spool/sysklog.d/dev/log"
KLOGDARGS="-u root"

- eventually /proc/sys/kernel/modprobe must be set:
$ cat /etc/sysctl.conf
...
# modprobe
kernel.modprobe = /sbin/modprobe

kernel related tools like iptables/iproute2 should work, but I
prefer recompiling them.

Olaf

_______________________________________________
tsl-discuss mailing list
[email protected]
http://lists.trustix.org/mailman/listinfo/tsl-discuss

Reply via email to