I block all Internet traffic for my kids' Linux accounts using iptables. Sometimes I want to allow them to use one program or another. In such cases I enable them to run that program as another(unlimited) user via sudoers. This time I tried to enable them to use zoom as described here and it worked. The problem is that zoom launches browser (e.g. once clicked on "Help") as the unlimited user which makes the whole approach totally useless.
Is there a way to limit the user kiddy to be able to run only sudo -u daddy /usr/bin/zoom and at the same time block zoom from launching browser (or maybe even any subprocesses)?