summaryrefslogtreecommitdiffstats
path: root/elaborate.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'elaborate.cxx')
-rw-r--r--elaborate.cxx11
1 files changed, 11 insertions, 0 deletions
diff --git a/elaborate.cxx b/elaborate.cxx
index e8795a6c..22a39c3e 100644
--- a/elaborate.cxx
+++ b/elaborate.cxx
@@ -162,6 +162,17 @@ derived_probe::emit_process_owner_assertion (translator_output* o)
o->newline(-1) << "#endif";
}
+void
+derived_probe::print_dupe_stamp_unprivileged(ostream& o)
+{
+ o << "unprivileged users: authorized" << endl;
+}
+
+void
+derived_probe::print_dupe_stamp_unprivileged_process_owner(ostream& o)
+{
+ o << "unprivileged users: authorized for process owner" << endl;
+}
// ------------------------------------------------------------------------
// Members of derived_probe_builder