Greg KH wrote: >On Thu, Aug 26, 2004 at 11:15:07AM -0400, Daniel J Walsh wrote: > > >>This will create the security contexts on the fly. >> >>Please comment on what would be needed to get this acceptable? >> >> > >Same things I said on the mailing list: > - fix coding style > - no ifdefs in .c files > - make the selinux stuff all be in its own file > - make the build flag look like the other build flags > - not make the makefile changes have silly line continuations > when not needed :) > - post the patch on the mailing list (linux-hotplug-devel) for > others to comment on after fixing the above. > >thanks, > >greg k-h > > Another pass at a cleaned up patch. This time attempting to folow Greg guidelines. Dan