summaryrefslogtreecommitdiffstats
path: root/translate.h
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2009-06-11 11:58:55 -0400
committerDave Brolley <brolley@redhat.com>2009-06-11 11:58:55 -0400
commitb12c8986778619db5bec0a5e52f2d49247e6b5ba (patch)
treeb5136adab377bb897ca7d132b1807487c19d61db /translate.h
parent36b66efaae572dddcfb04e9a995ca69063d0e1ff (diff)
downloadsystemtap-steved-b12c8986778619db5bec0a5e52f2d49247e6b5ba.tar.gz
systemtap-steved-b12c8986778619db5bec0a5e52f2d49247e6b5ba.tar.xz
systemtap-steved-b12c8986778619db5bec0a5e52f2d49247e6b5ba.zip
Only sign modules if --unprivileged is specified.
Don't generate an error message for unsigned modules. Make sure module signature exists before attempting to copy to the cache. Allow timer p[robes for unprivileged users.
Diffstat (limited to 'translate.h')
-rw-r--r--translate.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/translate.h b/translate.h
index 2c59a495..d1bff678 100644
--- a/translate.h
+++ b/translate.h
@@ -79,9 +79,6 @@ struct unparser
virtual void emit_functionsig (functiondecl* v) = 0;
// static void function_NAME (context* c);
- virtual void emit_unprivileged_user_check () = 0;
- // static void systemtap_check_unprivileged_user
-
virtual void emit_module_init () = 0;
virtual void emit_module_exit () = 0;
// XXX