cvs commit: src/sys/sys _label.h src/sys/kern kern_mac.c

Robert Watson rwatson at FreeBSD.org
Thu May 8 12:49:44 PDT 2003


rwatson     2003/05/08 12:49:43 PDT

  FreeBSD src repository

  Modified files:
    sys/sys              _label.h 
    sys/kern             kern_mac.c 
  Log:
  Rename MAC_MAX_POLICIES to MAC_MAX_SLOTS, since the variables and
  constants in question refer to the number of label slots, not the
  maximum number of policies that may be loaded.  This should reduce
  confusion regarding an element in the MAC sysctl MIB, as well as
  make it more clear what the affect of changing the compile-time
  constants is.
  
  Approved by:    re (jhb)
  Obtained from:  TrustedBSD Project
  Sponsored by:   DARPA, Network Associates Laboratories
  
  Revision  Changes    Path
  1.90      +8 -8      src/sys/kern/kern_mac.c
  1.4       +2 -2      src/sys/sys/_label.h


More information about the cvs-src mailing list