summaryrefslogtreecommitdiffstats
path: root/games/bcd/bcd.c
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1997-09-01 00:34:51 +0000
committereivind <eivind@FreeBSD.org>1997-09-01 00:34:51 +0000
commitd8e95d8c1a6a0918fc9dda2ca247833ad222696d (patch)
tree42fed91af49ba9290d473dbe68d13f3f33e7545c /games/bcd/bcd.c
parentff4b4c1d18cef70a372542d0a1a7a48e6543cf9e (diff)
downloadFreeBSD-src-d8e95d8c1a6a0918fc9dda2ca247833ad222696d.zip
FreeBSD-src-d8e95d8c1a6a0918fc9dda2ca247833ad222696d.tar.gz
Change games from setuid games to setgid games.
Reviewed by: maybe@yes.no Obtained from: OpenBSD (mostly deraadt@openbsd.org)
Diffstat (limited to 'games/bcd/bcd.c')
-rw-r--r--games/bcd/bcd.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/games/bcd/bcd.c b/games/bcd/bcd.c
index 53765da..cb0b3f9 100644
--- a/games/bcd/bcd.c
+++ b/games/bcd/bcd.c
@@ -131,6 +131,10 @@ main(argc, argv)
* but this seems kind of silly. So this one doesn't.
*/
+ /* revoke privs */
+ setegid(getgid());
+ setgid(getgid());
+
if (argc > 1) {
while (--argc)
printcard(*++argv);
OpenPOWER on IntegriCloud