From owner-freebsd-questions Mon May 1 13:10:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id DB6CE37B952 for ; Mon, 1 May 2000 13:09:54 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.12 #1) id 12mKGw-000B8S-00; Mon, 01 May 2000 18:46:18 +0100 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.12 #7) id 12mKGw-00077N-00; Mon, 01 May 2000 18:46:18 +0100 Date: Mon, 1 May 2000 18:46:18 +0100 From: Ben Smithurst To: Justin Cc: freebsd-questions@freebsd.org Subject: Re: mlock Message-ID: <20000501184618.D58326@strontium.scientia.demon.co.uk> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Justin wrote: > checking setuid files and devices: > > > games.bck.org setuid diffs: > 65a66 >> -rwx--s--x 1 root mail 4768 Apr 30 16:18:42 2000 > /usr/local/libexec/mlock > > I recieved this error in the output of syslog and was just wondering what > might of happened. Can someone inform me of the CORRECT permissions I > should set this file. How did it change, anyone have a clue? First, if there was no line starting with a "<" and ending with the same filename, this file has been added, not changed. As it's in /usr/local, it's probably come from a port you've installed. Try, $ grep libexec/mlock /var/db/pkg/*/+CONTENTS to see if you can find *which* port installed that file. In all probability the permissions are correct, and there's nothing to worry about. -- Ben Smithurst / ben@scientia.demon.co.uk / PGP: 0x99392F7D To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message