tcpdumptcpdump. To get any meaningful data out of tcpdumptcpdump, I need elevated permissions. To keep this command portable, that means running sudo tcpdumpsudo tcpdump inside my deno program. How can I set up deno permissions to run a specific command executed through sudosudo? A simple permission of --allow-run=sudo--allow-run=sudo would be dangerous. I could just let the user approve each time, but even then, all they know is that they are approving sudosudo, there is no other knowledge of what the subcommand is:Join the Discord to ask follow-up questions and connect with the community