cvs commit: src/sys/security/mac_bsdextended mac_bsdextended.c mac_bsdextended.h

Robert Watson rwatson at FreeBSD.org
Thu Oct 21 04:19:03 PDT 2004


rwatson     2004-10-21 11:19:02 UTC

  FreeBSD src repository

  Modified files:
    sys/security/mac_bsdextended mac_bsdextended.c 
                                 mac_bsdextended.h 
  Log:
  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
  
  Revision  Changes    Path
  1.22      +59 -33    src/sys/security/mac_bsdextended/mac_bsdextended.c
  1.4       +15 -0     src/sys/security/mac_bsdextended/mac_bsdextended.h


More information about the cvs-src mailing list