From owner-cvs-all Sun Jun 24 5:18:32 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 AB7C437B401; Sun, 24 Jun 2001 05:18:27 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5OCIRh06256; Sun, 24 Jun 2001 05:18:27 -0700 (PDT) (envelope-from dwmalone) Message-Id: <200106241218.f5OCIRh06256@freefall.freebsd.org> From: David Malone Date: Sun, 24 Jun 2001 05:18:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_subr.c udp_usrreq.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 dwmalone 2001/06/24 05:18:27 PDT Modified files: sys/netinet tcp_subr.c udp_usrreq.c Log: Allow getcred sysctl to work in jailed root processes. Processes can only do getcred calls for sockets which were created in the same jail. This should allow the ident to work in a reasonable way within jails. PR: 28107 Approved by: des, rwatson Revision Changes Path 1.108 +15 -8 src/sys/netinet/tcp_subr.c 1.92 +8 -4 src/sys/netinet/udp_usrreq.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message