Quoting Hao Xu ([EMAIL PROTECTED]): > Hi! > > I need a staker module because I have three security modules that need > to run together. > > I'm pretty interested in David A. Wheeler's stacker module. I got from > David's homepage that this module is now maintained by Serge E. Hallyn, > but I didn't find any independent stacker module on the sourceforge page > of lsm stacker.
I can't tell whether you're saying that you found http://sourceforge.net/projects/lsm-stacker and were looking for another one, or that you didn't find it. But there it is :) > Where is the latest version of David A. Wheeler's stacker module? > Should I use a stacker module or patch the 2.6.20.4 kernel so it can > support module stacking by itself? You left out a third option, having your own modules do the stacking for each other. The best option will depend on your development and maintenance plans. The third option is probably simplest. If you are already maintaining your own kernel patch, the second option might be a pretty good one as you can probably make the implementation much cleaner and maybe faster than with the module. On the other hand, with the first option it shouldn't be too much work to port the stacker module to the lastest kernel. If you are going to do that, please let me know so we can put the results on the sf.net page. You can either send me the code to upload it, or I can give your sf.net account access to maintain the project yourself. What are these three modules you are writing? Will you be contributing them for upstream inclusion into the kernel? thanks, -serge - To unsubscribe from this list: send the line "unsubscribe linux-security-module" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
