blob: d0ba5bbf15dbebff367e2a26a87e698b768e64bc (
plain)
1
2
3
4
5
6
|
#! /bin/sh
# Make sure unprivileged ('--unprivileged') option is accepted when a
# module name starting with 'stap_' is used.
stap --unprivileged -m 'stap_foo' -p1 -e 'probe begin { exit() }'
|