summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/general/badname.meta
blob: 9a01763ce5a976a3f3ba189fec05a13823a64d14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
title: Bad Filename Filter
name: badname.stp
version: 1.0
keywords: filesystem hack
author: Josh Stone
subsystem: filesystem
status: experimental
exit: user-controlled
output: none
scope: system-wide
description: The badname.stp script shows how one could prevent the creation of files with undesirable names using guru mode.
test_check: stap -g -p4 badname.stp
test_installcheck: stap -g badname.stp -c "sleep 0.2"