cvs commit: src/sys/security/mac_stub mac_stub.c

Christian S.J. Peron csjp at FreeBSD.org
Sun Dec 31 17:47:20 PST 2006


csjp        2007-01-01 01:47:18 UTC

  FreeBSD src repository

  Modified files:
    sys/security/mac_stub mac_stub.c 
  Log:
  Teach the stub policy about some of the more recent entry points that have
  been introduced to the MAC framework:
  
  mpo_associate_nfsd_label
  mpo_create_mbuf_from_firewall
  mpo_check_system_nfsd
  mpo_check_vnode_mmap_downgrade
  mpo_check_vnode_mprotect
  mpo_init_syncache_label
  mpo_destroy_syncache_label
  mpo_init_syncache_from_inpcb
  mpo_create_mbuf_from_syncache
  
  MFC after:      2 weeks [1]
  
  [1] The syncache related entry points will NOT be MFCed as the changes in
      the syncache subsystem are not present in RELENG_6 yet.
  
  Revision  Changes    Path
  1.60      +57 -0     src/sys/security/mac_stub/mac_stub.c


More information about the cvs-all mailing list