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