On 2008-04-11, bob J. <[EMAIL PROTECTED]> wrote: > I have it working with AVG. You were correct the AVG startup was > checking for the module. I modifed it to also check the devices > file. Here is the code
I encourage you to send this to AVG so that other users won't have the same problem. > The kernel is currently compiled without the SELinux loaded (turned > off in menuconfig). Do you think this is a must or can I recompile > with the SELinux on ? You can build the kernel with SElinux included, but you will need to disable it at boot (using the "selinux=0" boot parameter). The problem is that you can only use 2 of the 3 LSM modules. Since you need both Dazuko and Capabilities, you can not use SElinux. We are working on changing this, but right now that is the situation. If you don't specifically use SElinux, then you probably don't need it. John Ogness -- Dazuko Maintainer _______________________________________________ Dazuko-help mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/dazuko-help
