[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20091217092520.1f65d2dd.randy.dunlap@oracle.com>
Date: Thu, 17 Dec 2009 09:25:20 -0800
From: Randy Dunlap <randy.dunlap@...cle.com>
To: Michael Stone <michael@...top.org>
Cc: Ulrich Drepper <drepper@...il.com>, linux-kernel@...r.kernel.org,
netdev@...r.kernel.org, linux-security-module@...r.kernel.org,
"Andi Kleen" <andi@...stfloor.org>, "David Lang" <david@...g.hm>,
"Oliver Hartkopp" <socketcan@...tkopp.net>,
"Alan Cox" <alan@...rguk.ukuu.org.uk>,
"Herbert Xu" <herbert@...dor.apana.org.au>,
"Valdis Kletnieks" <Valdis.Kletnieks@...edu>,
"Bryan Donlan" <bdonlan@...il.com>,
"Evgeniy Polyakov" <zbr@...emap.net>,
"C. Scott Ananian" <cscott@...ott.net>,
"James Morris" <jmorris@...ei.org>,
"Eric W. Biederman" <ebiederm@...ssion.com>,
"Bernie Innocenti" <bernie@...ewiz.org>,
"Mark Seaborn" <mrs@...hic-beasts.com>
Subject: Re: [PATCH] Security: Add prctl(PR_{GET,SET}_NETWORK) interface.
On Thu, 17 Dec 2009 09:23:26 -0800 Randy Dunlap wrote:
> On Wed, 16 Dec 2009 10:32:43 -0500 Michael Stone wrote:
>
>
> > ---
> > include/linux/prctl.h | 7 +++++++
> > include/linux/prctl_network.h | 7 +++++++
> > include/linux/sched.h | 2 ++
> > kernel/Makefile | 2 +-
> > kernel/prctl_network.c | 37 +++++++++++++++++++++++++++++++++++++
> > kernel/sys.c | 7 +++++++
> > 6 files changed, 61 insertions(+), 1 deletions(-)
> > create mode 100644 include/linux/prctl_network.h
> > create mode 100644 kernel/prctl_network.c
> >
>
> > diff --git a/kernel/prctl_network.c b/kernel/prctl_network.c
> > new file mode 100644
> > index 0000000..d173716
> > --- /dev/null
> > +++ b/kernel/prctl_network.c
> > @@ -0,0 +1,37 @@
> > +/*
> > + * linux/kernel/prctl_network.c
> > + *
> > + * Copyright 2009 Michael Stone <michael@...top.org>
> > + *
> > + * Turn off a process's ability to access new networks.
> > + * See Documentation/prctl_network.txt for details.
> > + */
>
> Where is Documentation/prctl_network.txt ?
> and it should probably be Documentation/prctl/network.txt .
gag, I see it. Sorry about that.
I think that the file name still needs to be changed.
---
~Randy
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists