From owner-cvs-all@FreeBSD.ORG Sat Jan 29 20:36:32 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BBCE16A4CF; Sat, 29 Jan 2005 20:36:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6556043D5A; Sat, 29 Jan 2005 20:36:31 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j0TKaURC039881; Sat, 29 Jan 2005 20:36:30 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j0TKaUh6039880; Sat, 29 Jan 2005 20:36:30 GMT (envelope-from rwatson) Message-Id: <200501292036.j0TKaUh6039880@repoman.freebsd.org> From: Robert Watson Date: Sat, 29 Jan 2005 20:36:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/security/mac_bsdextended mac_bsdextended.c mac_bsdextended.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Jan 2005 20:36:32 -0000 rwatson 2005-01-29 20:36:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/security/mac_bsdextended mac_bsdextended.c mac_bsdextended.h Log: Merge mac_bsdextended.c:1.22-1.23 and mac_bsdextended.h:1.4-1.5 from HEAD to RELENG_5: date: 2004/10/21 11:19:02; author: rwatson; state: Exp; lines: +59 -33 date: 2004/10/21 11:19:02; author: rwatson; state: Exp; lines: +15 -0 Modify mac_bsdextended policy so that it defines its own vnode access right bits rather than piggy-backing on the V* rights defined in vnode.h. The mac_bsdextended bits are given the same values as the V* bits to make the new kernel module binary compatible with the old version of libugidfw that uses V* bits. This avoids leaking kernel API/ABI to user management tools, and in particular should remove the need for libugidfw to include vnode.h. Requested by: phk date: 2004/10/21 11:29:56; author: rwatson; state: Exp; lines: +1 -1 date: 2004/10/21 11:29:56; author: rwatson; state: Exp; lines: +1 -1 Bump copyright dates for NETA on these files. Revision Changes Path 1.18.2.4 +60 -34 src/sys/security/mac_bsdextended/mac_bsdextended.c 1.3.2.1 +16 -1 src/sys/security/mac_bsdextended/mac_bsdextended.h