util-linux/libmount
Karel Zak e90e7401d0 libmount: don't use nosuid,noexec,nodev for cifs user=foo
mount -t cifs //127.0.0.1/users /mnt/smb -o user=root,password=linux

is incorrectly translated to

   mount.cifs -o noexec,nosuid,nodev,user=root,password=linux ...

The command mount(8) should be sensitive to "user" (without "=<name>")
only. The correct cifs command line is:

   mount.cifs -o user=root,password=linux

Addresses: https://bugzilla.novell.com/show_bug.cgi?id=766157
Signed-off-by: Karel Zak <kzak@redhat.com>
2012-06-14 14:19:26 +02:00
..
docs libmount: add mnt_table_find_devno() 2012-04-25 09:49:50 +02:00
src libmount: don't use nosuid,noexec,nodev for cifs user=foo 2012-06-14 14:19:26 +02:00
.gitignore build-sys: use top-level directory for libmount rather than shlibs/mount 2011-06-09 21:59:52 +02:00
COPYING docs: use .LGPL extension for file with GNU Lesser License 2011-08-31 11:12:17 +02:00
Makefile.am build-sys: add --enable-new-mount 2012-01-11 17:05:08 +01:00
mount.pc.in build-sys: use top-level directory for libmount rather than shlibs/mount 2011-06-09 21:59:52 +02:00