From 2b43243d18f74d92a4eeb5ff7afc3476aaabab5c Mon Sep 17 00:00:00 2001 From: David Riebenbauer Date: Tue, 19 Nov 2013 22:44:00 +0100 Subject: [PATCH] Bug 63849: try to mount filesystems as user first This fixes a regression regarding filesystems with the fs-type 'auto' and the mount option 'user' in /etc/fstab. These would end up being mounted with permissions set for root instead of the calling user. This seems to be a regression introduced with commit 05527d6. --- src/udiskslinuxfilesystem.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/udiskslinuxfilesystem.c b/src/udiskslinuxfilesystem.c index 4c8d8aa..764de2f 100644 --- a/src/udiskslinuxfilesystem.c +++ b/src/udiskslinuxfilesystem.c @@ -1266,7 +1266,6 @@ handle_mount (UDisksFilesystem *filesystem, message, invocation)) goto out; - mount_fstab_as_root = TRUE; } if (!g_file_test (mount_point_to_use, G_FILE_TEST_IS_DIR)) -- 1.8.4.4