rpms/gdm/devel gdm-no-fuse.patch,NONE,1.1 gdm.spec,1.345,1.346

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Mon Mar 17 16:21:08 UTC 2008


Author: mclasen

Update of /cvs/extras/rpms/gdm/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21511

Modified Files:
	gdm.spec 
Added Files:
	gdm-no-fuse.patch 
Log Message:
no fuse in the sandbox


gdm-no-fuse.patch:

--- NEW FILE gdm-no-fuse.patch ---
diff -up gdm-2.21.9/daemon/gdm-welcome-session.c.no-fuse gdm-2.21.9/daemon/gdm-welcome-session.c
--- gdm-2.21.9/daemon/gdm-welcome-session.c.no-fuse	2008-03-17 12:08:22.000000000 -0400
+++ gdm-2.21.9/daemon/gdm-welcome-session.c	2008-03-17 12:09:31.000000000 -0400
@@ -316,6 +316,7 @@ get_welcome_environment (GdmWelcomeSessi
         g_hash_table_insert (hash, g_strdup ("PATH"), g_strdup (g_getenv ("PATH")));
 
         g_hash_table_insert (hash, g_strdup ("RUNNING_UNDER_GDM"), g_strdup ("true"));
+	g_hash_table_insert (hash, g_strdup ("GVFS_DISABLE_FUSE"), g_strdup ("1"));
 
         g_hash_table_foreach (hash, (GHFunc)listify_hash, env);
         g_hash_table_destroy (hash);


Index: gdm.spec
===================================================================
RCS file: /cvs/extras/rpms/gdm/devel/gdm.spec,v
retrieving revision 1.345
retrieving revision 1.346
diff -u -r1.345 -r1.346
--- gdm.spec	11 Mar 2008 13:52:06 -0000	1.345
+++ gdm.spec	17 Mar 2008 16:20:26 -0000	1.346
@@ -16,7 +16,7 @@
 Summary: The GNOME Display Manager
 Name: gdm
 Version: 2.21.9
-Release: 3%{?dist}
+Release: 4%{?dist}
 Epoch: 1
 License: GPLv2+
 Group: User Interface/X
@@ -79,6 +79,8 @@
 
 Patch1: gdm-null-user.patch
 Patch2: gdm-2.21.9-remove-duplicate-signal-verification.patch
+# http://bugzilla.gnome.org/show_bug.cgi?id=522033
+Patch3: gdm-no-fuse.patch
 Patch99: gdm-2.21.8-fedora-logo.patch
 
 %package user-switch-applet
@@ -101,6 +103,7 @@
 
 %patch1 -p0 -b .null-user
 %patch2 -p1 -b .remove-duplicate-signal-verification
+%patch3 -p1 -b .gdm-no-fuse
 %patch99 -p1 -b .fedora-logo
 
 %build
@@ -294,6 +297,9 @@
 %{_datadir}/gnome-2.0/ui/GNOME_FastUserSwitchApplet.xml
 
 %changelog
+* Mon Mar 17 2008 Matthias Clasen <mclasen at redhat.com> - 1:2.21.9-4
+- Stop gvfs from using fuse in the sandbox session
+
 * Tue Mar 11 2008 Ray Strode <rstrode at redhat.com> - 1:2.21.9-3
 - remove duplication signal definition from bad patch merge
   which led to crash for "Other" user




More information about the fedora-extras-commits mailing list