From owner-cvs-src@FreeBSD.ORG Wed Nov 5 15:52:56 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E67416A4CF; Wed, 5 Nov 2003 15:52:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C14443FE9; Wed, 5 Nov 2003 15:52:55 -0800 (PST) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hA5NqtXJ058255; Wed, 5 Nov 2003 15:52:55 -0800 (PST) (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hA5Nqsx7058254; Wed, 5 Nov 2003 15:52:54 -0800 (PST) (envelope-from anholt) Message-Id: <200311052352.hA5Nqsx7058254@repoman.freebsd.org> From: Eric Anholt Date: Wed, 5 Nov 2003 15:52:54 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/linux linux_stats.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Nov 2003 23:52:56 -0000 anholt 2003/11/05 15:52:54 PST FreeBSD src repository Modified files: sys/compat/linux linux_stats.c Log: Prevent leaking of fsid to non-root users in linux_statfs and linux_fstatfs. Matches native syscalls now. PR: kern/58793 Submitted by: David P. Reese Jr. MFC after: 1 week Revision Changes Path 1.56 +14 -4 src/sys/compat/linux/linux_stats.c