Re: [RFC][PATCH] Simplified mandatory access control kernel implementation

2007-07-16 Thread Stephen Smalley
On Sat, 2007-07-14 at 14:47 -0700, Casey Schaufler wrote: The patch exceeds the 40k size rule, coming in at about 100k. I would be happy to send the patch to anyone who has trouble with the project site. The patch can be found under: http:/www.schaufler-ca.com/data/smack-0710A-patch.tar

Re: [RFC][PATCH] Simplified mandatory access control kernel implementation

2007-07-16 Thread Casey Schaufler
--- Stephen Smalley [EMAIL PROTECTED] wrote: On Sat, 2007-07-14 at 14:47 -0700, Casey Schaufler wrote: The patch exceeds the 40k size rule, coming in at about 100k. I would be happy to send the patch to anyone who has trouble with the project site. The patch can be found under:

Re: [RFC][PATCH] Simplified mandatory access control kernel implementation

2007-07-16 Thread Stephen Smalley
On Mon, 2007-07-16 at 07:41 -0700, Casey Schaufler wrote: --- Stephen Smalley [EMAIL PROTECTED] wrote: On Sat, 2007-07-14 at 14:47 -0700, Casey Schaufler wrote: The patch exceeds the 40k size rule, coming in at about 100k. I would be happy to send the patch to anyone who has trouble

Re: [RFC][PATCH] Simplified mandatory access control kernel implementation

2007-07-16 Thread Paul Moore
On Saturday, July 14 2007 5:47:38 pm Casey Schaufler wrote: Smack is the Simplified Mandatory Access Control Kernel. One general comment I have, and this is more of a nit really, is that the kdoc comment blocks at the top of functions are _really_ nice in my opinion. I would encourage you to

Re: [RFC][PATCH] Simplified mandatory access control kernel implementation

2007-07-16 Thread Stephen Smalley
On Mon, 2007-07-16 at 08:32 -0700, Casey Schaufler wrote: --- Stephen Smalley [EMAIL PROTECTED] wrote: On Mon, 2007-07-16 at 07:41 -0700, Casey Schaufler wrote: --- Stephen Smalley [EMAIL PROTECTED] wrote: On Sat, 2007-07-14 at 14:47 -0700, Casey Schaufler wrote: The patch

Re: [RFC][PATCH] Simplified mandatory access control kernel implementation

2007-07-16 Thread Casey Schaufler
--- Stephen Smalley [EMAIL PROTECTED] wrote: On Mon, 2007-07-16 at 08:32 -0700, Casey Schaufler wrote: --- Stephen Smalley [EMAIL PROTECTED] wrote: On Mon, 2007-07-16 at 07:41 -0700, Casey Schaufler wrote: --- Stephen Smalley [EMAIL PROTECTED] wrote: On Sat, 2007-07-14 at

Re: [RFC][PATCH] Simplified mandatory access control kernel implementation

2007-07-16 Thread Casey Schaufler
--- Paul Moore [EMAIL PROTECTED] wrote: On Saturday, July 14 2007 5:47:38 pm Casey Schaufler wrote: Smack is the Simplified Mandatory Access Control Kernel. One general comment I have, and this is more of a nit really, is that the kdoc comment blocks at the top of functions are _really_

[RFC][PATCH] Version2 - Simplified mandatory access control kernel implementation

2007-07-16 Thread Casey Schaufler
Thank you for the valuable comments. I have incorporated a good number in the updated patch: http://www.schaufler-ca.com/data/smack-0716A-patch.tar Change summary: - Sockets now have their own security blobs rather than pointing to the blob of the task that created them. Thank you