]> sourceware.org Git - systemtap.git/commitdiff
PR13667: update privileged* tests for netfilter-hook probe point name tweaks
authorFrank Ch. Eigler <fche@redhat.com>
Mon, 7 May 2012 13:45:23 +0000 (09:45 -0400)
committerFrank Ch. Eigler <fche@redhat.com>
Mon, 7 May 2012 13:45:23 +0000 (09:45 -0400)
testsuite/systemtap.unprivileged/unprivileged_probes.exp

index 0d2baa94455209b874e4ac0f85e2ce91c0bcd8ff..5ac5af1291fc595919935b32f16715d6abee7523 100644 (file)
@@ -200,9 +200,9 @@ set restricted_probe_types [list \
   "procfs(string).umask(number).write" \
   "timer.profile" \
   "netfilter.hook(string)" \
-  "netfilter.hook(string).protocol_f(string)" \
+  "netfilter.hook(string).pf(string)" \
   "netfilter.hook(string).priority(string)" \
-  "netfilter.hook(string).protocol_f(string).priority(string)" \
+  "netfilter.hook(string).pf(string).priority(string)" \
 ]
 
 # Add arguments to a probe type template.
This page took 0.027926 seconds and 5 git commands to generate.