From owner-freebsd-doc@FreeBSD.ORG Sun Dec 4 07:37:48 2011 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 164CD106566C for ; Sun, 4 Dec 2011 07:37:48 +0000 (UTC) (envelope-from sonic2000gr@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 976B08FC0C for ; Sun, 4 Dec 2011 07:37:47 +0000 (UTC) Received: by wgbdr11 with SMTP id dr11so4970022wgb.31 for ; Sat, 03 Dec 2011 23:37:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=p4yDWgkXzWKMSoTeZoOQiQ3Kfwqp/CP4rCo+DHy0bv8=; b=n4KoVFZKqs5vu4LR5hWDJGdedkXEeK+/XlXSQnWnINPsJoPuwXCHRgflJyfdMUdXWr LmfvDJ+BJiIwHoHfwqlp8FJWgPohZx01C+oZVRDf3OXmBFDyzmZH/2BeXold5CEEDDSI yBDX1gYyXX3N02ByAu2or0e2PZq81LZEQu8Qg= Received: by 10.227.60.4 with SMTP id n4mr11830261wbh.9.1322984266204; Sat, 03 Dec 2011 23:37:46 -0800 (PST) Received: from [192.168.0.150] (athedsl-4364788.home.otenet.gr. [79.130.9.228]) by mx.google.com with ESMTPS id b5sm20725950wbh.4.2011.12.03.23.37.43 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 03 Dec 2011 23:37:44 -0800 (PST) Message-ID: <4EDB234C.6020306@gmail.com> Date: Sun, 04 Dec 2011 09:37:48 +0200 From: Manolis Kiagias User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 MIME-Version: 1.0 To: Garrett Cooper References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-doc@freebsd.org Subject: Re: 3.4 SetUID issues (correction) X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Dec 2011 07:37:48 -0000 On 4/12/2011 12:47 πμ, Garrett Cooper wrote: > On Sat, Dec 3, 2011 at 2:22 PM, Steve Craver wrote: >> http://www.freebsd.org/doc/en/books/developers-handbook/secure-setuid.html >> >> There is an instance of *setuid* that is spelled *seteuid*. > Agreed. Just to make things clear: > > s/In particular, all seteuid application/In particular, all setuid application/ > > Thanks! > -Garrett Seteuid also appears on the of the section so it is probably not a coincidence. Seteuid is a valid term (set effective user id) and it might be what the original author actually meant, but I'm not sure.