From owner-cvs-all Wed Sep 26 12:58:34 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 DD88E37B407; Wed, 26 Sep 2001 12:58:29 -0700 (PDT) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8QJwTh02267; Wed, 26 Sep 2001 12:58:29 -0700 (PDT) (envelope-from rwatson) Message-Id: <200109261958.f8QJwTh02267@freefall.freebsd.org> From: Robert Watson Date: Wed, 26 Sep 2001 12:58:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_dummynet.c ip_fw.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 rwatson 2001/09/26 12:58:29 PDT Modified files: sys/netinet ip_dummynet.c ip_fw.c Log: o Modify IPFW and DUMMYNET administrative setsockopt() calls to use securelevel_gt() to check the securelevel, rather than direct access to the securelevel variable. Obtained from: TrustedBSD Project Revision Changes Path 1.40 +6 -3 src/sys/netinet/ip_dummynet.c 1.169 +9 -4 src/sys/netinet/ip_fw.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message