summaryrefslogtreecommitdiffstats
path: root/games/wump/wump.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/wump/wump.c')
-rw-r--r--games/wump/wump.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/games/wump/wump.c b/games/wump/wump.c
index ee53dc9..dec7dfb 100644
--- a/games/wump/wump.c
+++ b/games/wump/wump.c
@@ -111,6 +111,10 @@ main(argc, argv)
extern char *optarg;
int c;
+ /* revoke */
+ setegid(getgid());
+ setgid(getgid());
+
#ifdef DEBUG
while ((c = getopt(argc, argv, "a:b:hp:r:t:d")) != EOF)
#else
OpenPOWER on IntegriCloud