From owner-cvs-all Tue Aug 15 22:58:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5997437B9E3; Tue, 15 Aug 2000 22:58:23 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA74539; Tue, 15 Aug 2000 22:58:22 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200008160558.WAA74539@freefall.freebsd.org> From: Kris Kennaway Date: Tue, 15 Aug 2000 22:58:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/connect4 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/08/15 22:58:22 PDT Modified files: games/connect4 Makefile Log: Remove a world-writable score file by making the game binary setgid games and the score file root:games mode 664. Since the games group has (should have) no permissions other than to write to game data files, it doesn't really matter if this is "insecure" (lots of other things which are setgid games already are). Revision Changes Path 1.7 +3 -3 ports/games/connect4/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message