mount.cifs: don't allow it to be run as setuid root program
commite6c856ac84ee18a192edc3e8a6547e2e9387a1b5
authorJeff Layton <jlayton@redhat.com>
Tue, 26 Jan 2010 13:36:11 +0000 (26 08:36 -0500)
committerKarolin Seeger <kseeger@samba.org>
Mon, 8 Mar 2010 09:05:57 +0000 (8 10:05 +0100)
tree58847dc98fd43276935e2e0cfc87a03c8c89bdba
parentae24005a5a2c165dfd9b859bf1c02b5f7e967be5
mount.cifs: don't allow it to be run as setuid root program

mount.cifs has been the subject of several "security" fire drills due to
distributions installing it as a setuid root program. This program has
not been properly audited for security and the Samba team highly
recommends that it not be installed as a setuid root program at this
time.

To make that abundantly clear, this patch forcibly disables the ability
for mount.cifs to run as a setuid root program. People are welcome to
trivially patch this out, but they do so at their own peril.

A security audit and redesign of this program is in progress and we hope
that we'll be able to remove this in the near future.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
The last 3 patches address bug #6853 (mount.cifs race that allows user to
replace mountpoint with a symlink).
client/mount.cifs.c