diff -Nru tcpdump-4.9.3/debian/changelog tcpdump-4.9.3/debian/changelog --- tcpdump-4.9.3/debian/changelog 2022-04-07 11:15:51.000000000 +0000 +++ tcpdump-4.9.3/debian/changelog 2023-02-10 11:34:14.000000000 +0000 @@ -1,3 +1,10 @@ +tcpdump (4.9.3-4ubuntu0.2) focal; urgency=medium + + * debian/usr.sbin.tcpdump: allow tcpdump printing to stdout/stderr when + running from a container (LP: #1667016) + + -- Georgia Garcia Fri, 10 Feb 2023 08:34:14 -0300 + tcpdump (4.9.3-4ubuntu0.1) focal-security; urgency=medium * SECURITY UPDATE: buffer overflow in read_infile diff -Nru tcpdump-4.9.3/debian/usr.sbin.tcpdump tcpdump-4.9.3/debian/usr.sbin.tcpdump --- tcpdump-4.9.3/debian/usr.sbin.tcpdump 2019-12-07 16:25:18.000000000 +0000 +++ tcpdump-4.9.3/debian/usr.sbin.tcpdump 2023-02-10 11:34:14.000000000 +0000 @@ -60,6 +60,10 @@ /usr/sbin/tcpdump mr, + # allow printing to stdout/stderr when inside a container + # (LP: #1667016) + /dev/pts/* rw, + # Site-specific additions and overrides. See local/README for details. #include }