Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Jan 2007 01:47:18 +0000 (UTC)
From:      "Christian S.J. Peron" <csjp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/security/mac_stub mac_stub.c
Message-ID:  <200701010147.l011lJSu035784@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701010147.l011lJSu035784>