]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r346263:
authorMariusz Zaborski <oshogbo@FreeBSD.org>
Wed, 1 May 2019 07:00:56 +0000 (07:00 +0000)
committerMariusz Zaborski <oshogbo@FreeBSD.org>
Wed, 1 May 2019 07:00:56 +0000 (07:00 +0000)
commit81871c2e877f7dda77d500173f193fdfb6a8a6f3
tree8ff3907efcae6a4855879f8f73644173f79c8f7a
parent326054fa44271d5b0ab775398f8e0ea1b99b6319
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
contrib/tcpdump/tcpdump.c