[Bug 236819] [tcpdump] capsicum-related changes broke reading IPsec ESP decryption keys from a file

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Apr 16 04:13:12 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236819

--- Comment #5 from commit-hook at freebsd.org ---
A commit references this bug:

Author: oshogbo
Date: Tue Apr 16 04:12:42 UTC 2019
New revision: 346263
URL: https://svnweb.freebsd.org/changeset/base/346263

Log:
  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

Changes:
  head/contrib/tcpdump/tcpdump.c

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-net mailing list