From: Adrian Bunk <bunk@stusta.de>
To: Stephen Smalley <sds@epoch.ncsc.mil>
Cc: James Morris <jmorris@redhat.com>,
lkml <linux-kernel@vger.kernel.org>,
selinux@tycho.nsa.gov
Subject: Re: [2.6 patch] selinux: possible cleanups
Date: Mon, 6 Dec 2004 02:27:45 +0100 [thread overview]
Message-ID: <20041206012745.GP2953@stusta.de> (raw)
In-Reply-To: <20041206004831.GM2953@stusta.de>
Forgot the patch (on top of the main patch):
Signed-off-by: Adrian Bunk <bunk@stusta.de>
--- linux-2.6.10-rc2-mm4-full/security/selinux/ss/avtab.c.old 2004-12-06 01:49:40.000000000 +0100
+++ linux-2.6.10-rc2-mm4-full/security/selinux/ss/avtab.c 2004-12-06 01:49:54.000000000 +0100
@@ -54,7 +54,7 @@
return newnode;
}
-int avtab_insert(struct avtab *h, struct avtab_key *key, struct avtab_datum *datum)
+static int avtab_insert(struct avtab *h, struct avtab_key *key, struct avtab_datum *datum)
{
int hvalue;
struct avtab_node *prev, *cur, *newnode;
next prev parent reply other threads:[~2004-12-06 1:28 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-11-28 19:01 [2.6 patch] selinux: possible cleanups Adrian Bunk
2004-11-29 15:41 ` James Morris
2004-11-29 15:41 ` James Morris
2004-11-29 16:08 ` Stephen Smalley
2004-11-29 16:08 ` Stephen Smalley
2004-11-29 16:27 ` Christoph Hellwig
2004-12-03 15:54 ` Stephen Smalley
2004-12-03 15:54 ` Stephen Smalley
2004-12-06 0:48 ` Adrian Bunk
2004-12-06 1:27 ` Adrian Bunk [this message]
2004-12-08 18:58 ` Stephen Smalley
2004-12-08 18:58 ` Stephen Smalley
2005-03-13 3:01 ` [2.6 patch] selinux: cleanups Adrian Bunk
2005-03-14 19:22 ` Stephen Smalley
2005-03-14 19:22 ` Stephen Smalley
2005-03-14 20:07 ` Adrian Bunk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20041206012745.GP2953@stusta.de \
--to=bunk@stusta.de \
--cc=jmorris@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=sds@epoch.ncsc.mil \
--cc=selinux@tycho.nsa.gov \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.