Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Oct 2003 08:28:20 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/security/mac mac_internal.h mac_net.c mac_pipe.c mac_process.c mac_vfs.c
Message-ID:  <200310251528.h9PFSK37010499@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2003/10/25 08:28:20 PDT

  FreeBSD src repository

  Modified files:
    sys/security/mac     mac_internal.h mac_net.c mac_pipe.c 
                         mac_process.c mac_vfs.c 
  Log:
  Make MAC_EXTERNALIZE() and MAC_INTERNALIZE() simply take the object
  type, rather than "object_label" as the first argument.  This reduces
  complexity a little for the consumer, and also makes it easier for
  use to rename the underlying entry points in struct mac_policy_obj.
  
  Obtained from:  TrustedBSD Project
  Sponsored by:   DARPA, Network Associates Laboratories
  
  Revision  Changes    Path
  1.103     +4 -4      src/sys/security/mac/mac_internal.h
  1.102     +5 -5      src/sys/security/mac/mac_net.c
  1.102     +2 -2      src/sys/security/mac/mac_pipe.c
  1.102     +2 -2      src/sys/security/mac/mac_process.c
  1.102     +2 -2      src/sys/security/mac/mac_vfs.c



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