A "dmask" sounds like a really good idea!
> > Instead of adding hacks for tempfile races you rather want to
> > give each user a private namesapace and it's own /tmp (IMHO
> > we should also get rid of symlinks entirely, but they're in too wide
> > use nowdays unfortunately).
>
> Symlinks are in too wide use, and too much code knows about them - yes,
> it might be nice if we threw symlinks out the window and replaced them with
> a union-mount scheme.  But would that be any less disruptive than what LSM
> does?
We will never get rid of symlinks.  Make a change like that and the result 
will not be recognisable as Unix.
In any case it only solves a part of the problem.  Any time that a program can 
be tricked into writing to the wrong file by a symlink attack it could be 
tricked into writing to the wrong file by a buffer overflow.
> 1) "We could deploy extended attributes and ACLs, except that they're not
> supported yet on the filesystem that would otherwise be most suited.  Once
> they're integrated into that filesystem it will be great, but we're not
> sure which release of the kernel it will happen in, or when that will be.
> And once it DOES get supported, we don't have any guarantee that some
> clever person won't find a way around the permissions that the kernel
> maintainer(*) isn't allowed to explain to us, like we've seen at least once
> already that we know of.  Oh, and if the facilities provided don't match
> our business model, we're stuck maintaining local patches or changing our
> business model".
You forgot to mention that migrating to an extended attribute based system 
would have to wait until there is a release kernel supporting it (2.6 at the 
earliest).
Also there's another problem, we need to create files, directories, and device 
nodes with the permission set as an atomic operation.  Until it's possible to 
create a file system object with some EAs already set then they can not be 
used for what we are doing.
-- http://www.coker.com.au/selinux/ My NSA Security Enhanced Linux packages http://www.coker.com.au/bonnie++/ Bonnie++ hard drive benchmark http://www.coker.com.au/postal/ Postal SMTP/POP benchmark http://www.coker.com.au/~russell/ My home page- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/