From: Andrew Morton <akpm@osdl.org>
To: James Morris <jmorris@redhat.com>
Cc: linux-kernel@vger.kernel.org, sds@epoch.ncsc.mil, selinux@tycho.nsa.gov
Subject: Re: [PATCH][SELINUX] 2/7 Add netif controls
Date: Fri, 9 Jan 2004 12:57:18 -0800 [thread overview]
Message-ID: <20040109125718.5266c3f4.akpm@osdl.org> (raw)
In-Reply-To: <Xine.LNX.4.44.0401091012460.21309-100000@thoron.boston.redhat.com>
James Morris <jmorris@redhat.com> wrote:
>
> --- linux-2.6.1-rc2.pending/security/selinux/Makefile 2004-01-07 13:25:53.441124248 -0500
> +++ linux-2.6.1-rc2.w1/security/selinux/Makefile 2004-01-07 13:26:07.264022848 -0500
> @@ -6,5 +6,9 @@
>
> selinux-objs := avc.o hooks.o selinuxfs.o
>
> +ifeq ($(CONFIG_SECURITY_NETWORK),y)
> + selinux-objs += netif.o
> +endif
> +
The selinux makefiles seem a little unusual. Can this not use the usual
obj-$(CONFIG_FOO) += bar.o
?
Similarly, security/Makefile uses:
ifeq ($(CONFIG_SECURITY_SELINUX),y)
obj-$(CONFIG_SECURITY_SELINUX) += selinux/built-in.o
endif
why the `ifeq'?
next prev parent reply other threads:[~2004-01-09 20:56 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <Xine.LNX.4.44.0401091009440.21309@thoron.boston.redhat.com>
2004-01-09 15:38 ` James Morris
2004-01-09 20:57 ` Andrew Morton [this message]
2004-01-09 21:25 ` Stephen Smalley
2004-01-09 21:06 ` Andrew Morton
2004-01-09 21:46 ` James Morris
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=20040109125718.5266c3f4.akpm@osdl.org \
--to=akpm@osdl.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®