#!@PERL@ -w # Reset real IDs to those we had before running sudo in run-staprun.sh. # This gives stapio the IDs it expects from a setuid exec. $< = $ENV{'SUDO_UID'}; $( = $ENV{'SUDO_GID'}; exec { "$ENV{'builddir'}/stapio" } ('stapio', @ARGV); exit;