56652f99ed
* includes a security fix that we already patched for > 14 months ago
21 lines
588 B
Plaintext
21 lines
588 B
Plaintext
$OpenBSD: patch-gui_gdmsetup_c,v 1.7 2010/06/04 07:45:56 ajacoutot Exp $
|
|
--- gui/gdmsetup.c.orig Thu Jun 3 03:06:25 2010
|
|
+++ gui/gdmsetup.c Fri Jun 4 08:07:19 2010
|
|
@@ -26,7 +26,6 @@
|
|
#include <string.h>
|
|
#include <unistd.h>
|
|
#include <signal.h>
|
|
-#include <popt.h>
|
|
#include <ctype.h>
|
|
#include <sys/socket.h>
|
|
#include <sys/types.h>
|
|
@@ -5456,7 +5455,7 @@ install_theme_file (gchar *filename, GtkListStore *sto
|
|
/* HACK! */
|
|
argv[0] = chown;
|
|
argv[1] = "-R";
|
|
- argv[2] = "root:root";
|
|
+ argv[2] = "root:wheel";
|
|
argv[3] = quoted;
|
|
argv[4] = NULL;
|
|
simple_spawn_sync (argv);
|