K 10 svn:author V 7 rwatson K 8 svn:date V 27 2005-01-29T20:36:30.000000Z K 7 svn:log V 922 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. END