From owner-cvs-all Mon Apr 23 15:52:31 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 BB2C637B423; Mon, 23 Apr 2001 15:52:27 -0700 (PDT) (envelope-from tmm@FreeBSD.org) Received: (from tmm@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3NMqRL98627; Mon, 23 Apr 2001 15:52:27 -0700 (PDT) (envelope-from tmm) Message-Id: <200104232252.f3NMqRL98627@freefall.freebsd.org> From: Thomas Moestl Date: Mon, 23 Apr 2001 15:52:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_acl.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG tmm 2001/04/23 15:52:27 PDT Modified files: sys/kern kern_acl.c Log: Fix a bug introduced in the last commit: vaccess_acl_posix1 only checked the file gid gainst the egid of the accessing process for the ACL_GROUP_OBJ case, and ignored supplementary groups. Approved by: rwatson Revision Changes Path 1.11 +2 -2 src/sys/kern/kern_acl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message