···11+--- xjump/src/main.c 2018-02-20 09:15:15.608807657 +0100
22++++ xjump-patched/src/main.c 2018-02-20 09:15:34.148949100 +0100
33+@@ -604,18 +604,6 @@
44+ * optimistic privilege dropping function. */
55+ setgroups(0, NULL);
66+77+- if (setresgid(-1, realgid, realgid) != 0) {
88+- perror("Could not drop setgid privileges. Aborting.");
99+- exit(1);
1010+- }
1111+-
1212+- /* Dropping user privileges must come last.
1313+- * Otherwise we won't be able to drop group privileges anymore */
1414+- if (setresuid(-1, realuid, realuid) != 0) {
1515+- perror("Could not drop setuid privileges. Aborting.");
1616+- exit(1);
1717+- }
1818+-
1919+ /* From now on we run with regular user privileges */
2020+2121+ static XtActionsRec a_table[] = {