Re: [PATCH 4/7] secid reconciliation-v03: Invoke LSM hook for outbound traffic
From: James Morris <jmorris@namei.org>
Date: 2006-09-29 07:42:59
Also in:
selinux
From: James Morris <jmorris@namei.org>
Date: 2006-09-29 07:42:59
Also in:
selinux
On Thu, 28 Sep 2006, Venkat Yekkirala wrote:
+ } + else /* inbound */ + /* loopback traffic should already be labeled + and any filtering on outbound should suffice */ + if (in == &loopback_dev) + goto out;
Minor nit that akpm will point out, the else belongs on the same line as the brace. Also, the comment style is: /* * Comment... * etc. */ - James -- James Morris [off-list ref]