summaryrefslogtreecommitdiff
path: root/x11/launch.app/files/patch-execute.c
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-01-26 14:58:57 +0000
committerPatrick Li <pat@FreeBSD.org>2002-01-26 14:58:57 +0000
commit694ed81f71308ffe97d641dd7b9411f3492faee0 (patch)
treeeb01c5aca4717a3659e695cf781758ba01507738 /x11/launch.app/files/patch-execute.c
parentUpdate to 0.17.b3 (diff)
Update to 0.7.1 and keep forbidden.
Notes
Notes: svn path=/head/; revision=53791
Diffstat (limited to 'x11/launch.app/files/patch-execute.c')
-rw-r--r--x11/launch.app/files/patch-execute.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/x11/launch.app/files/patch-execute.c b/x11/launch.app/files/patch-execute.c
deleted file mode 100644
index c7b2c8290443..000000000000
--- a/x11/launch.app/files/patch-execute.c
+++ /dev/null
@@ -1,18 +0,0 @@
---- execute.c.orig Thu Oct 18 13:56:26 2001
-+++ execute.c Thu Jan 10 13:48:12 2002
-@@ -161,13 +161,13 @@
- pid = fork ();
- if (pid == 0)
- {
-- if (setuid (pw->pw_gid))
-+ if (setgid (pw->pw_gid))
- {
- // fprintf (stderr, "unable to set group id\n");
- SMRunAttentionPanel (wm_screen, LaunchPanel->window,
- "Command Execution", "Unable to set group ID.", NULL, NULL, "Ok");
- }
-- if (setgid (pw->pw_uid))
-+ if (setuid (pw->pw_uid))
- {
- // fprintf (stderr, "unable to set user id\n");
- SMRunAttentionPanel (wm_screen, LaunchPanel->window,