K 10 svn:author V 7 oshogbo K 8 svn:date V 27 2019-05-01T07:00:56.926918Z K 7 svn:log V 449 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 END