From owner-cvs-all Thu Sep 20 1:25:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A0DB237B405; Thu, 20 Sep 2001 01:25:25 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8K8PPQ79587; Thu, 20 Sep 2001 01:25:25 -0700 (PDT) (envelope-from ru) Message-Id: <200109200825.f8K8PPQ79587@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 20 Sep 2001 01:25:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net rtsock.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/09/20 01:25:25 PDT Modified files: sys/net rtsock.c Log: Use the current process's credentials rather than socket's cached. If the process drops its super-user privileges, we certainly don't want to allow it to modify routing tables. Discussed with: rwatson Revision Changes Path 1.58 +3 -3 src/sys/net/rtsock.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message