Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Apr 2006 23:33:11 +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/nfsserver nfs_srvsock.c src/sys/security/mac mac_vfs.c src/sys/sys mac.h mac_policy.h
Message-ID:  <200604062333.k36NXBkE082755@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
csjp        2006-04-06 23:33:11 UTC

  FreeBSD src repository

  Modified files:
    sys/nfsserver        nfs_srvsock.c 
    sys/security/mac     mac_vfs.c 
    sys/sys              mac.h mac_policy.h 
  Log:
  Introduce a new MAC entry point for label initialization of the NFS daemon's
  credential: mac_associate_nfsd_label()
  
  This entry point can be utilized by various Mandatory Access Control policies
  so they can properly initialize the label of files which get created
  as a result of an NFS operation. This work will be useful for fixing kernel
  panics associated with accessing un-initialized or invalid vnode labels.
  
  The implementation of these entry points will come shortly.
  
  Obtained from:  TrustedBSD
  Requested by:   mdodd
  MFC after:      3 weeks
  
  Revision  Changes    Path
  1.99      +3 -0      src/sys/nfsserver/nfs_srvsock.c
  1.111     +7 -0      src/sys/security/mac/mac_vfs.c
  1.70      +1 -0      src/sys/sys/mac.h
  1.71      +1 -0      src/sys/sys/mac_policy.h



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