Date: Thu, 30 Oct 2008 10:13:53 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/security/mac_bsdextended mac_bsdextended.c ugidfw_internal.h ugidfw_vnode.c Message-ID: <200810301013.m9UADwtg005116@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2008-10-30 10:13:53 UTC FreeBSD src repository Modified files: sys/security/mac_bsdextended mac_bsdextended.c ugidfw_internal.h ugidfw_vnode.c Log: SVN rev 184467 on 2008-10-30 10:13:53Z by rwatson The V* flags passed using an accmode_t to the access() and open() access control checks in mac_bsdextended are not in the same namespace as the MBI_ flags used in ugidfw policies, so add an explicit conversion routine to get from one to the other. Obtained from: TrustedBSD Project Revision Changes Path 1.52 +22 -1 src/sys/security/mac_bsdextended/mac_bsdextended.c 1.4 +1 -0 src/sys/security/mac_bsdextended/ugidfw_internal.h 1.4 +3 -11 src/sys/security/mac_bsdextended/ugidfw_vnode.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810301013.m9UADwtg005116>