]> sourceware.org Git - systemtap.git/commitdiff
unprivileged_probes.exp remove bare netfilter.hook(string) tests.
authorMark Wielaard <mjw@redhat.com>
Mon, 21 May 2012 20:42:31 +0000 (22:42 +0200)
committerMark Wielaard <mjw@redhat.com>
Mon, 21 May 2012 20:42:31 +0000 (22:42 +0200)
Bare netfilter.hook(string) is no longer valid, it always needs pf(string).

testsuite/systemtap.unprivileged/unprivileged_probes.exp

index 2f88c280137085dd089e5d40c687f769b8f5c843..22664f6c04bab1ad89c1fc0f5a3ec645ca5dc5b7 100644 (file)
@@ -199,10 +199,8 @@ set restricted_probe_types [list \
   "procfs(string).umask(number).read.maxsize(number)" \
   "procfs(string).umask(number).write" \
   "timer.profile" \
-  "netfilter.hook(string)" \
   "netfilter.hook(string).pf(string)" \
   "netfilter.pf(string).hook(string)" \
-  "netfilter.hook(string).priority(string)" \
   "netfilter.hook(string).pf(string).priority(string)" \
   "netfilter.pf(string).hook(string).priority(string)" \
 ]
This page took 0.025236 seconds and 5 git commands to generate.