From owner-freebsd-questions@FreeBSD.ORG Mon Sep 13 21:52:08 2004 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 16DC316A527 for ; Mon, 13 Sep 2004 21:52:07 +0000 (GMT) Received: from outmx003.isp.belgacom.be (outmx003.isp.belgacom.be [195.238.2.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DED943D53 for ; Mon, 13 Sep 2004 21:52:06 +0000 (GMT) (envelope-from geert@lori.mine.nu) Received: from outmx003.isp.belgacom.be (localhost [127.0.0.1]) with ESMTP id i8DLpw8o021962 for ; Mon, 13 Sep 2004 23:51:59 +0200 (envelope-from ) Received: from lori.mine.nu (166-22.244.81.adsl.skynet.be [81.244.22.166]) with ESMTP id i8DLpvoN021958 for ; Mon, 13 Sep 2004 23:51:57 +0200 (envelope-from ) Received: by lori.mine.nu (Postfix, from userid 1000) id D7A60774; Mon, 13 Sep 2004 23:51:56 +0200 (CEST) Date: Mon, 13 Sep 2004 23:51:56 +0200 From: Geert Hendrickx To: freebsd-questions@freebsd.org Message-ID: <20040913215156.GA58508@lori.mine.nu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2i X-GPG-Key: http://lori.mine.nu/gnupgkey.asc X-GPG-Key-ID: 1024D/766C1E92 X-Accept-Language: nl,en Subject: suid/sgid problem 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: Mon, 13 Sep 2004 21:52:09 -0000 I'm having a really strange problem here: None of my suid (su, X, ...) nor sgid (top, passwd, ...) binaries get the correct permissions to run. So a non-root user cannot use them. It's a freshly installed system, source upgraded to 4-STABLE. I haven't made any weird or unusual configuration, it was this way from the beginning. Any clues? GH