| Linux hosting5.siteguarding.com 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64 Path : /usr/share/systemtap/examples/general/ |
| Current File : //usr/share/systemtap/examples/general/badname.meta |
title: Bad Filename Filter name: badname.stp version: 1.0 keywords: filesystem guru 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 "touch /tmp/myXXXbadnameXXXfile.$$ 2>&1 | grep denied"