From owner-freebsd-questions@FreeBSD.ORG Tue May 13 06:36:16 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B19D37B401 for ; Tue, 13 May 2003 06:36:16 -0700 (PDT) Received: from grillolja.cs.umu.se (grillolja.cs.umu.se [130.239.40.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB0C743FA3 for ; Tue, 13 May 2003 06:36:14 -0700 (PDT) (envelope-from tdv94ped@cs.umu.se) Received: from localhost (localhost [127.0.0.1]) by amavisd-new (Postfix) with ESMTP id 4098FA048 for ; Tue, 13 May 2003 15:36:11 +0200 (MEST) Received: from cs.umu.se (h169n1c1o1023.bredband.skanova.com [213.64.164.169]) by grillolja.cs.umu.se (Postfix) with ESMTP id 0B8EF9F25 for ; Tue, 13 May 2003 15:35:54 +0200 (MEST) Message-ID: <3EC0F4A9.8090402@cs.umu.se> Date: Tue, 13 May 2003 15:35:37 +0200 From: Paul Everlund User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 X-Accept-Language: sv,en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new Subject: Restricting users from playing games X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 May 2003 13:36:16 -0000 Hi! I would like to restrict the users in a company from playing games (KDE), but the VP should be able to. :-) What is the best/easiest way to do this? I've been thiking of putting the VP in her own group, lets call it vp, and do a chgrp to vp on the games, with an addi- tional chmod o-rx. The only drawback I've come up with (which I've not tested if this is the case), is that when upgrading KDE it will in- stall the games in the group wheel again. Can this be pro- hibited in some way, that is, when upgrading kdegames, it will install those games in the group vp instead of wheel? Thank you in advance! Best regards, Paul