From df56da84549816b15a1f7aea3c9f71de2b2001ad Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Thu, 3 Sep 2009 15:57:48 -0700 Subject: Add --unprivileged to the module hash * hash.cxx (find_script_hash): Add s.unprivileged. --- hash.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'hash.cxx') 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); -- cgit