* Huagang Xie (xieat_private) wrote: > If the > security_ops->bprm_ops->free_security(&bprm); > can take a retval as a return value, it will be good for me. > like, > if (retval >= 0) { > /* execve success */ > retval = security_ops->bprm_ops->free_security(&bprm); > return retval; > } hmm, now i'm confused. at that point the loader is done. you've "passed the point of no return." what are you trying to accomplish? thanks, -chris _______________________________________________ linux-security-module mailing list linux-security-moduleat_private http://mail.wirex.com/mailman/listinfo/linux-security-module
This archive was generated by hypermail 2b30 : Wed Feb 06 2002 - 15:16:33 PST