cvs commit: src/sys/security/mac_biba mac_biba.c src/sys/security/mac_lomac mac_lomac.c src/sys/security/mac_mls mac_mls.c

Christian S.J. Peron csjp at FreeBSD.org
Tue Dec 12 22:03:23 PST 2006


csjp        2006-12-13 06:03:22 UTC

  FreeBSD src repository

  Modified files:
    sys/security/mac_biba mac_biba.c 
    sys/security/mac_lomac mac_lomac.c 
    sys/security/mac_mls mac_mls.c 
  Log:
  Teach the MAC policies which utilize mbuf labeling the new syncache
  entry points.  Properly initialize the mbuf label based on the label
  we copy from the PCB. This fixes an LOR between the PCB and syncache
  code.
  
  Revision  Changes    Path
  1.96      +25 -0     src/sys/security/mac_biba/mac_biba.c
  1.43      +25 -0     src/sys/security/mac_lomac/mac_lomac.c
  1.79      +25 -0     src/sys/security/mac_mls/mac_mls.c


More information about the cvs-src mailing list