From owner-freebsd-questions Thu Dec 7 06:13:53 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA14472 for questions-outgoing; Thu, 7 Dec 1995 06:13:53 -0800 (PST) Received: from croute.com (ishm2.croute.com [199.97.106.1]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id GAA14465 for ; Thu, 7 Dec 1995 06:13:49 -0800 (PST) Received: from bldg1.croute.com by croute.com (4.1/SMI-4.1) id AA12162; Thu, 7 Dec 95 08:20:43 CST Received: from COMPUROUTE/SpoolDir by bldg1.croute.com (Mercury 1.13); Thu, 7 Dec 95 8:29:21 +600 Received: from SpoolDir by COMPUROUTE (Mercury 1.13); Thu, 7 Dec 95 8:28:54 +600 From: "Larry Dolinar" Organization: CompuRoute, Inc. To: questions@FreeBSD.org Date: Thu, 7 Dec 1995 08:28:46 +600 CDT Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT Subject: Re: SUID bits Cc: questions@FreeBSD.org X-Confirm-Reading-To: "Larry Dolinar" X-Pmrqc: 1 Priority: normal X-Mailer: Pegasus Mail v3.22 Message-Id: Sender: owner-questions@FreeBSD.org Precedence: bulk Thus spake Stephen Hovey (Wed, 6 Dec 1995): | | not unless thats some new default - I even went into kern_exec.c and | commented out the if statement which disables suid if the process is | traced or mounted nosuid and it didnt help. | | I note also that if you drop a program into the general path (ie | /usr/local/bin) the user doesnt see it till they log out and back in. Unless you run /bin/csh as your shell: type rehash. Not familiar with anything else but Bourne: don't think there's an equivalent. | | Im wondering if it isnt a mmap issue. | | hth, larry