]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r346263:
authoroshogbo <oshogbo@FreeBSD.org>
Wed, 1 May 2019 06:59:04 +0000 (06:59 +0000)
committeroshogbo <oshogbo@FreeBSD.org>
Wed, 1 May 2019 06:59:04 +0000 (06:59 +0000)
commit3e4e6e07ece0c1a739388e6b6a3dc61c8e17173a
tree1581f4e2a322811436e515b761573a6e89a60233
parent5d2bc11624ba7b347f1c00e3ece8d3db70746cfa
MFC r346263:
  tcpdump: disable Capsicum if -E option is provided.

  The -E is used to provide a secret for decrypting IPsec.
  The secret may be provided through command line or as the file.
  The problem is that tcpdump doesn't support yet opening files in capability mode
  and the file may contain a list of the files to open.

  As a workaround, for now, let's just disable capsicum if the -E
  the option is provided.

  PR:           236819
  MFC after:    2 weeks
contrib/tcpdump/tcpdump.c