Re: patch to make Linux capabilities into something useful (v 0.3.1)
- From: Theodore Tso <tytso@xxxxxxx>
- Date: Sun, 10 Sep 2006 19:24:12 -0400
On Sun, Sep 10, 2006 at 12:36:31PM +0000, Pavel Machek wrote:
I agree it may be less convenient for a system administrator who is
used root, cd'ing to a colleagues source tree, su'ing to root, and who
then types "make" to compile a program, expecting it to work since
root privileges imply the ability to override filesystem discretionary
access control --- and then to be rudely surprised when this doesn't
work in a capabilities-enabled system. However, I would claim this is
the correct behaviour!
But this is not how it behaves today, right? I do not think you could
push 'break-make-as-root' as a bugfix to -stable ;-).
No, this would be an alternate model that if enabled would give us the
full Posix Capabilities draft compliance and which would hopefully
make us be mostly compatible with Trusted Solaris and Trusted Irix.
Like SELinux, it's something that would have to be explicitly enabled,
and yes, does break compatibility with standard root privileges ---
but then again, break apart root privs was the whole *point* of the
Posix capabilities design....
absence of an explicit capability record. Both of these should be
overrideable by a mount option, but for convenience's sake it would be
convenient to be able to set these values in the superblock.
Would per-system default capability masks be enough? ... .... okay,
probably not, because nosuid is per-mount, and this is similar.
Per system defaults would also be good, but I believe it would also be
a good idea for their to be per-filesystem defaults. Yes, not all
filesystems would support per-filesystem defaults, since this requires
extensions in their superblock; for those, they would only have the
per-system defaults.
As far as negative capabilities, I feel rather strongly these should
not be separated into separate capability masks. They can use the
same framework, sure, but I think the system will be much safer if
they use a different set of masks. Otherwise, there can be a whole
class of mistakes caused by people and applications getting confused
Can we simply split them at kernel interface layer? Libc could do it,
preventing confusion...
But that means libc would need to know which bit positions were
positive capabilities, and which were negative, and adding new
capabilities would require a matching change with libc. Not a good
idea, I think....
- Ted
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: patch to make Linux capabilities into something useful (v 0.3.1)
- From: Pavel Machek
- Re: patch to make Linux capabilities into something useful (v 0.3.1)
- References:
- patch to make Linux capabilities into something useful (v 0.3.1)
- From: David Madore
- Re: patch to make Linux capabilities into something useful (v 0.3.1)
- From: Casey Schaufler
- Re: patch to make Linux capabilities into something useful (v 0.3.1)
- From: David Madore
- Re: patch to make Linux capabilities into something useful (v 0.3.1)
- From: David Madore
- Re: patch to make Linux capabilities into something useful (v 0.3.1)
- From: Theodore Tso
- Re: patch to make Linux capabilities into something useful (v 0.3.1)
- From: Pavel Machek
- patch to make Linux capabilities into something useful (v 0.3.1)
- Prev by Date: Re: PROBLEM: total system crash
- Next by Date: Re: Opinion on ordering of writel vs. stores to RAM
- Previous by thread: Re: patch to make Linux capabilities into something useful (v 0.3.1)
- Next by thread: Re: patch to make Linux capabilities into something useful (v 0.3.1)
- Index(es):
Relevant Pages
|
|