From 313db8e6d1e62f372d168b7368f220cb432d07d6 Mon Sep 17 00:00:00 2001 From: Dave Brolley Date: Thu, 25 Jun 2009 11:50:47 -0400 Subject: Disallow embedded C in tapset functions ifor unprivileged users unless tagged by /* unprivileged */. --- testsuite/systemtap.base/optim_arridx.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/systemtap.base') diff --git a/testsuite/systemtap.base/optim_arridx.exp b/testsuite/systemtap.base/optim_arridx.exp index 1f3f4371..c33952a6 100644 --- a/testsuite/systemtap.base/optim_arridx.exp +++ b/testsuite/systemtap.base/optim_arridx.exp @@ -10,7 +10,7 @@ elide_global_a:long elide_global_b:long # functions exit:unknown () -%{ +%{ /* unprivileged */ atomic_set (&session_state, STAP_SESSION_STOPPING); _stp_exit (); %} -- cgit