diff options
Diffstat (limited to 'games/random/random.c')
-rw-r--r-- | games/random/random.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/random/random.c b/games/random/random.c index 076990b..94c75f7 100644 --- a/games/random/random.c +++ b/games/random/random.c @@ -66,6 +66,10 @@ main(argc, argv) int ch, random_exit, selected, unbuffer_output; char *ep; + /* revoke */ + setegid(getgid()); + setgid(getgid()); + random_exit = unbuffer_output = 0; while ((ch = getopt(argc, argv, "er")) != EOF) switch (ch) { |