Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Feb 2001 21:34:35 -0800 (PST)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/net bpf.c
Message-ID:  <200102210534.f1L5YZB71924@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2001/02/20 21:34:35 PST

  Modified files:
    sys/net              bpf.c 
  Log:
  o Remove unnecessary jail() check in bpfopen() -- we limit device access
    in jail using /dev namespace limits and mknod() limits, not by explicit
    checks in the device open code.
  
  Revision  Changes    Path
  1.77      +1 -4      src/sys/net/bpf.c


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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