Date: Thu, 21 Aug 2003 06:53:01 -0700 (PDT) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys mac.h mac_policy.h src/sys/kern kern_mac.c vfs_syscalls.c Message-ID: <200308211353.h7LDr1q0071696@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2003/08/21 06:53:01 PDT FreeBSD src repository Modified files: sys/sys mac.h mac_policy.h sys/kern kern_mac.c vfs_syscalls.c Log: Add mac_check_vnode_deleteextattr() and mac_check_vnode_listextattr(): explicit access control checks to delete and list extended attributes on a vnode, rather than implicitly combining with the setextattr and getextattr checks. This reflects EA API changes in the kernel made recently, including the move to explicit VOP's for both of these operations. Obtained from: TrustedBSD PRoject Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.96 +32 -0 src/sys/kern/kern_mac.c 1.331 +3 -4 src/sys/kern/vfs_syscalls.c 1.41 +4 -0 src/sys/sys/mac.h 1.42 +5 -0 src/sys/sys/mac_policy.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308211353.h7LDr1q0071696>