From: Olaf Dietsche <olaf.dietsche--list.linux-security-module@exmail.de>
To: Greg KH <greg@kroah.com>
Cc: linux-kernel@vger.kernel.org, linux-security-module@wirex.com
Subject: Re: [PATCH] accessfs v0.6 ported to 2.5.35-lsm1 - 1/2
Date: Sat, 28 Sep 2002 01:02:33 +0200 [thread overview]
Message-ID: <87hegb594m.fsf@goat.bogus.local> (raw)
In-Reply-To: 20020927214642.GS12909@kroah.com
Greg KH <greg@kroah.com> writes:
> On Fri, Sep 27, 2002 at 08:55:52PM +0200, Olaf Dietsche wrote:
>>
>> +static int cap_ip_prot_sock (int port)
>> +{
>> + if (port && port < PROT_SOCK && !capable(CAP_NET_BIND_SERVICE))
>> + return -EACCES;
>> +
>> + return 0;
>> +}
>> +
>
> Do we really want to force all of the security modules to implement this
> logic (yes, it's the same discussion again...)
I don't understand what you mean. There must be _some_ implementation
for this hook. Of course, everybody's free to do his own.
Regards, Olaf.
next prev parent reply other threads:[~2002-09-27 22:57 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-09-24 15:39 [PATCH] accessfs v0.5 ported to LSM - 1/2 Olaf Dietsche
2002-09-26 20:37 ` Greg KH
2002-09-27 18:55 ` [PATCH] accessfs v0.6 ported to 2.5.35-lsm1 " Olaf Dietsche
2002-09-27 21:46 ` Greg KH
2002-09-27 23:02 ` Olaf Dietsche [this message]
2002-09-29 12:56 ` James Morris
2002-09-29 14:49 ` Olaf Dietsche
2002-09-30 13:14 ` Olaf Dietsche
2002-09-30 8:22 ` Chris Wright
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=87hegb594m.fsf@goat.bogus.local \
--to=olaf.dietsche--list.linux-security-module@exmail.de \
--cc=greg@kroah.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-security-module@wirex.com \
/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.