]> The Tcpdump Group git mirrors - tcpdump/commit
CI: Get Travis CI vestige sorted in build.sh.
authorDenis Ovsienko <[email protected]>
Mon, 5 Jul 2021 18:37:04 +0000 (19:37 +0100)
committerDenis Ovsienko <[email protected]>
Mon, 5 Jul 2021 18:47:29 +0000 (19:47 +0100)
commitf5739ad4cab362afdebbf3af588e9f05e0e0009b
treedfb43297ff492b9acae4ab6c6ec2232884d6ab54
parentd56f0615004ad251a430623a34268a2ce72ba8a2
CI: Get Travis CI vestige sorted in build.sh.

Compiling user-provided source code and running the resulting binary
with sudo was a security problem, thus instead of fixing two no-op
blocks remove them altogether. If anyone later needs to debug features
that require higher privileges, they will need to come up with a better
solution. Simplify the debug output test condition and rephrase the
associated comment for clarity.
build.sh