aboutsummaryrefslogtreecommitdiffstats
path: root/test/seccomp-ptrace.exp
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-08-28 10:34:38 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2015-08-28 10:34:38 -0400
commit01194ad1e5f38e929cb7fbbbdc4ec0ee92b8b1f2 (patch)
tree73ca26789e3aabe3f1bf0f4a8d6c87b7f0f923bc /test/seccomp-ptrace.exp
parentfixed thunderbird profile to allow a browser to start (diff)
downloadfirejail-01194ad1e5f38e929cb7fbbbdc4ec0ee92b8b1f2.tar.gz
firejail-01194ad1e5f38e929cb7fbbbdc4ec0ee92b8b1f2.tar.zst
firejail-01194ad1e5f38e929cb7fbbbdc4ec0ee92b8b1f2.zip
testing default.profile
Diffstat (limited to 'test/seccomp-ptrace.exp')
-rwxr-xr-xtest/seccomp-ptrace.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/seccomp-ptrace.exp b/test/seccomp-ptrace.exp
index c5411c249..9a9b7430e 100755
--- a/test/seccomp-ptrace.exp
+++ b/test/seccomp-ptrace.exp
@@ -4,7 +4,7 @@ set timeout 10
4spawn $env(SHELL) 4spawn $env(SHELL)
5match_max 100000 5match_max 100000
6 6
7send -- "firejail --seccomp\r" 7send -- "firejail --noprofile --seccomp\r"
8expect { 8expect {
9 timeout {puts "TESTING ERROR 0\n";exit} 9 timeout {puts "TESTING ERROR 0\n";exit}
10 "Child process initialized" 10 "Child process initialized"
@@ -20,4 +20,4 @@ expect {
20 20
21send -- "exit\r" 21send -- "exit\r"
22sleep 1 22sleep 1
23puts "\n" 23puts "all done\n"