I succeeded in installing dazuko I compiled it from source(followed the instructions for SuSE 9.1)
$ mkdir dazuko
$ cd dazuko
$ wget
http://www.dazuko.de/files/dazuko-2.3.2.tar.gz
$ tar xzvf dazuko-2.3.2.tar.gz
$ cd dazuko-2.3.2
$ ./configure --enable-syscalls --mapfile=/boot/System.map-2.6.19.3-raysun1
$ su
# make
# cp dazuko.ko /lib/modules/2.6.19.3-raysun1/kernel/security
#depmod -a
#gedit /etc/modprobe.d/dazuko
Copy and paste the following code into the blank document and save it.
install dazuko modprobe -r capability;\
modprobe -i dazuko; \
modprobe -i capability
#gedit /etc/modules file. Add "dazuko" to the end of the list. Save and exit the file.
modify the boot parameters to disable NSA SELinux support
#gedit /boot/grub/menu.lst and add "selinux=0" to the end of the line:
kernel /boot/vmlinuz-2.6.19.3-raysun1 root=/dev/hda1 ro selinux=0
reboot
sources
http://www.dazuko.de/tgen.shtml
http://klamav.sourceforge.net/klamav...Eft_.286.10.29
Recent comments
15 hours 39 min ago
1 day 1 hour ago
1 day 1 hour ago
1 day 5 hours ago
1 day 9 hours ago
1 day 10 hours ago
1 day 12 hours ago
1 day 22 hours ago
2 days 3 hours ago
2 days 4 hours ago