about summary refs log tree commit diff stats
path: root/examples/restrict.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/restrict.py')
-rw-r--r--examples/restrict.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/restrict.py b/examples/restrict.py
index 5fb002b..f11cc35 100644
--- a/examples/restrict.py
+++ b/examples/restrict.py
@@ -9,6 +9,7 @@ from openbsd import pledge, unveil
 """
 A little utilty that pledges and unveils.
 python3 restrict.py rpath stdio /tmp/foo:r /bin/cat:x  -x cat /tmp/foo
+python3 restrict.py stdio rpath getpw tty /:r /bin/ls:x -x ls /usr
 """
 
 def extract_args(args):