Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...
|
Re: Cleaned up udev-selinux patch: msg#00180
|
Subject: |
Re: Cleaned up udev-selinux patch |
Greg KH wrote:
On Thu, Aug 26, 2004 at 01:41:03PM -0400, Daniel J Walsh wrote:
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.
Looks good. Do you really want it all in a .h file? I don't mind
having the selinux functions being in a .c file and building that if
USE_SELINUX is enabled.
But it's your call, as you are the one going to have to live with the
code :)
thanks,
greg k-h
I copied the way it was being done with logging.h
I already have some updates from comments from other people.
Dan
|
| |