diff options
Diffstat (limited to 'games/bs')
-rw-r--r-- | games/bs/bs.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/bs/bs.c b/games/bs/bs.c index 75ab7216a54..bf2cf8a49ec 100644 --- a/games/bs/bs.c +++ b/games/bs/bs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bs.c,v 1.2 1996/12/19 22:21:13 deraadt Exp $ */ +/* $OpenBSD: bs.c,v 1.3 1996/12/22 20:01:00 deraadt Exp $ */ /* * bs.c - original author: Bruce Holloway * salvo option by: Chuck A DeGaul @@ -1203,6 +1203,8 @@ main(argc, argv) int argc; char *argv[]; { + /* revoke privs */ + setegid(getgid()); setgid(getgid()); do_options(argc, argv); |