Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Jul 2003 09:10:37 -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/netinet raw_ip.c
Message-ID:  <200307181610.h6IGAbrv027716@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2003/07/18 09:10:37 PDT

  FreeBSD src repository

  Modified files:
    sys/netinet          raw_ip.c 
  Log:
  Add a comment above rip_ctloutput() documenting that the privilege
  check for raw IP system management operations is often (although
  not always) implicit due to the namespacing of raw IP sockets.  I.e.,
  you have to have privilege to get a raw IP socket, so much of the
  management code sitting on raw IP sockets assumes that any requests
  on the socket should be granted privilege.
  
  Obtained from:  TrustedBSD Project
  Product of:     France
  
  Revision  Changes    Path
  1.112     +10 -0     src/sys/netinet/raw_ip.c



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