cvs commit: src/sys/security/mac mac_pipe.c

Robert Watson rwatson at FreeBSD.org
Wed Oct 22 12:31:58 PDT 2003


rwatson     2003/10/22 12:31:57 PDT

  FreeBSD src repository

  Modified files:
    sys/security/mac     mac_pipe.c 
  Log:
  Remove non-pipe code from mac_pipe.c.  Leave:
  
    Pipe enforcement flag.
    Pipe object debugging counters.
    MALLOC type for MAC label storage.
    Pipe MAC label management routines, externalize/internalization/change
      routines.
    Pipe MAC access control checks.
  
  Un-staticize functions called from mac_set_fd() when operating on a
  pipe.  Abstraction improvements in this space seem likely.
  
  Obtained from:  TrustedBSD Project
  Sponsored by:   DARPA, Network Associates Laboratories
  
  Revision  Changes    Path
  1.101     +86 -3793  src/sys/security/mac/mac_pipe.c


More information about the cvs-src mailing list