summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Stone <jistone@redhat.com>2009-09-03 15:57:48 -0700
committerJosh Stone <jistone@redhat.com>2009-09-03 15:57:48 -0700
commitdf56da84549816b15a1f7aea3c9f71de2b2001ad (patch)
treeae02526cc83d1f179846e7823dc3d43e7b6cdf88
parent06e0b6262393b095a33e9cc6e7ab7bc5d4fe9c95 (diff)
downloadsystemtap-steved-df56da84549816b15a1f7aea3c9f71de2b2001ad.tar.gz
systemtap-steved-df56da84549816b15a1f7aea3c9f71de2b2001ad.tar.xz
systemtap-steved-df56da84549816b15a1f7aea3c9f71de2b2001ad.zip
Add --unprivileged to the module hash
* hash.cxx (find_script_hash): Add s.unprivileged.
-rw-r--r--hash.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/hash.cxx b/hash.cxx
index bcf0ebcc..df29afed 100644
--- a/hash.cxx
+++ b/hash.cxx
@@ -174,6 +174,7 @@ find_script_hash (systemtap_session& s, const string& script, const hash &base)
h.add(s.ignore_dwarf); // --ignore-dwarf
h.add(s.consult_symtab); // --kelf, --kmap
h.add(s.skip_badvars); // --skip-badvars
+ h.add(s.unprivileged); // --unprivileged
if (!s.kernel_symtab_path.empty()) // --kmap
{
h.add(s.kernel_symtab_path);