cvs commit: src/sys/security/mac mac_framework.c mac_internal.h mac_policy.h

Robert Watson rwatson at FreeBSD.org
Thu Dec 28 13:48:39 PST 2006


rwatson     2006-12-28 21:48:39 UTC

  FreeBSD src repository

  Modified files:
    sys/security/mac     mac_framework.c mac_internal.h 
                         mac_policy.h 
  Log:
  Centralize definition of MAC_VERSION in mac_policy.h, as it defines the
  kernel<->policy ABI version.  Add a comment to the definition describing
  it and listing known versions.  Modify MAC_POLICY_SET() to reference the
  current kernel version by name rather than by number.
  
  Staticize mac_late, which is used only in mac_framework.c.
  
  Obtained from:  TrustedBSD Project
  
  Revision  Changes    Path
  1.132     +3 -4      src/sys/security/mac/mac_framework.c
  1.118     +0 -1      src/sys/security/mac/mac_internal.h
  1.83      +16 -1     src/sys/security/mac/mac_policy.h


More information about the cvs-all mailing list