From owner-cvs-sys Mon May 18 11:31:22 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA04855 for cvs-sys-outgoing; Mon, 18 May 1998 11:31:22 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA04769; Mon, 18 May 1998 11:30:46 -0700 (PDT) (envelope-from guido@FreeBSD.org) From: Guido van Rooij Received: (from guido@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA19894; Mon, 18 May 1998 11:26:29 -0700 (PDT) Date: Mon, 18 May 1998 11:26:29 -0700 (PDT) Message-Id: <199805181826.LAA19894@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/vm vm_mmap.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk guido 1998/05/18 11:26:28 PDT Modified files: sys/vm vm_mmap.c Log: Plug hole reported on Bugtraq: do not allow mmap with WRITE privs for append-only and immutable files. Obtained from: OpenBSD (partly) Revision Changes Path 1.76 +18 -6 src/sys/vm/vm_mmap.c