From: Benjamin LaHaise <bcrl@redhat.com>
To: Robert Love <rml@tech9.net>
Cc: Linux Kernel <linux-kernel@vger.kernel.org>
Subject: Re: [patch] (resend) credentials for 2.5.23
Date: Thu, 20 Jun 2002 12:28:58 -0400 [thread overview]
Message-ID: <20020620122858.B4674@redhat.com> (raw)
In-Reply-To: <1024540235.917.127.camel@sinai>; from rml@tech9.net on Wed, Jun 19, 2002 at 07:30:35PM -0700
On Wed, Jun 19, 2002 at 07:30:35PM -0700, Robert Love wrote:
> Yow, big patch... that is why it did not make it through. Vger
> (silently) rejects email over ~20KB.
Silent is definately not good. Oh well.
> Question: what semantics would be broken if CLONE_CRED was implied by
> CLONE_THREAD? Regardless of code that needs this, it would be nice to
> just save the memory when using threads. Hell, as far as I am
> concerned as long as the tasks still share a VM they could share
> credentials - but I am sure that breaks something.
Changing semantics like that is dangerous. We have no way of knowing if
any applications rely on the existing behaviour, and furthermore if
changing it will silently introduce security holes.
> Next, now that all this data no longer belongs solely to current... you
> need to be explicit about locking rules. There is a capability_lock
> spinlock but the long semantics are not 100% respected. I tried to firm
> them up in my capability.c cleanup one or two kernels ago... it should
> be good enough and not be highly contended.
Noted. Perhaps the current usage counts of the various limits should
be atomic types, or maybe the spinlock is enough. If Linus is actually
interested in the patch, this could be easily fixed up. Also, a few
parts of the kernel were suspiciously different in their use of euid/suid
instead of the plain old uid. It would be nice if someone could double
check that these places are correct.
> I guess the only downside would be the extra overhead in our
> preciously-fast do_fork... another slab allocation etc. but that is
> countered if enough stuff starts using CLONE_CRED.
I would hope that the per-cpu slab caches are fast enough.
> Oh, and what is with the #if 0 over the set and getaffinity syscalls???
> That needs to go!
Whoops, that was a dirty workaround for the breakage of 2.5.23.
-ben
--
"You will be reincarnated as a toad; and you will be much happier."
next prev parent reply other threads:[~2002-06-20 16:28 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-06-20 1:29 [patch] (resend) credentials for 2.5.23 Benjamin LaHaise
2002-06-20 2:30 ` Robert Love
2002-06-20 16:28 ` Benjamin LaHaise [this message]
2002-06-20 17:11 ` Robert Love
2002-06-21 11:12 ` Trond Myklebust
2002-06-21 18:52 ` Benjamin LaHaise
2002-06-21 19:17 ` Trond Myklebust
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=20020620122858.B4674@redhat.com \
--to=bcrl@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=rml@tech9.net \
/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