func privesc(command string, args ...string) error { … } const highPrivUser … func setSetuid(t *testing.T, user, bin string) { … } func TestSUID(t *testing.T) { … }
func privesc(command string, args ...string) error { … } const highPrivUser … func setSetuid(t *testing.T, user, bin string) { … } func TestSUID(t *testing.T) { … }