aboutsummaryrefslogtreecommitdiffstats
path: root/test/filters/protocol.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/filters/protocol.exp')
-rwxr-xr-xtest/filters/protocol.exp73
1 files changed, 63 insertions, 10 deletions
diff --git a/test/filters/protocol.exp b/test/filters/protocol.exp
index cbc7fdc1a..96ac8d586 100755
--- a/test/filters/protocol.exp
+++ b/test/filters/protocol.exp
@@ -10,35 +10,88 @@ match_max 100000
10send -- "firejail --noprofile --protocol=unix --debug\r" 10send -- "firejail --noprofile --protocol=unix --debug\r"
11expect { 11expect {
12 timeout {puts "TESTING ERROR 1\n";exit} 12 timeout {puts "TESTING ERROR 1\n";exit}
13 "0009: 20 00 00 00000000 ld data.syscall-number" 13 "0009: 20 00 00 00000000"
14} 14}
15expect { 15expect {
16 timeout {puts "TESTING ERROR 2\n";exit} 16 timeout {puts "TESTING ERROR 2\n";exit}
17 "000a: 15 01 00 00000029 jeq socket 000c (false 000b)" 17 "000f: 20 00 00 00000010"
18} 18}
19expect { 19expect {
20 timeout {puts "TESTING ERROR 3\n";exit} 20 timeout {puts "TESTING ERROR 3\n";exit}
21 "000b: 06 00 00 7fff0000 ret ALLOW" 21 "0010: 15 00 01 00000001"
22} 22}
23expect { 23expect {
24 timeout {puts "TESTING ERROR 4\n";exit} 24 timeout {puts "TESTING ERROR 4\n";exit}
25 "000c: 20 00 00 00000010 ld data.args" 25 "0011: 06 00 00 7fff0000"
26} 26}
27expect { 27expect {
28 timeout {puts "TESTING ERROR 5\n";exit} 28 timeout {puts "TESTING ERROR 5\n";exit}
29 "000d: 15 00 01 00000001 jeq 1 000e (false 000f)" 29 "0012: 06 00 00 0005005f"
30}
31
32after 100
33send -- "exit\r"
34sleep 1
35
36send -- "firejail --noprofile --protocol=bluetooth --debug\r"
37expect {
38 timeout {puts "TESTING ERROR 11\n";exit}
39 "0009: 20 00 00 00000000"
40}
41expect {
42 timeout {puts "TESTING ERROR 12\n";exit}
43 "000f: 20 00 00 00000010"
44}
45expect {
46 timeout {puts "TESTING ERROR 13\n";exit}
47 "0010: 15 00 01 0000001f"
48}
49expect {
50 timeout {puts "TESTING ERROR 14\n";exit}
51 "0011: 06 00 00 7fff0000"
52}
53expect {
54 timeout {puts "TESTING ERROR1 5\n";exit}
55 "0012: 06 00 00 0005005f"
56}
57
58after 100
59send -- "exit\r"
60sleep 1
61
62send -- "firejail --noprofile --protocol=inet,inet6 --debug\r"
63expect {
64 timeout {puts "TESTING ERROR 31\n";exit}
65 "0009: 20 00 00 00000000"
66}
67expect {
68 timeout {puts "TESTING ERROR 32\n";exit}
69 "000f: 20 00 00 00000010"
30} 70}
31expect { 71expect {
32 timeout {puts "TESTING ERROR 6\n";exit} 72 timeout {puts "TESTING ERROR 33\n";exit}
33 "000e: 06 00 00 7fff0000 ret ALLOW" 73 "0010: 15 00 01 00000002"
34 ""
35} 74}
36expect { 75expect {
37 timeout {puts "TESTING ERROR 7\n";exit} 76 timeout {puts "TESTING ERROR 34\n";exit}
38 "000f: 06 00 00 0005005f ret ERRNO(95)" 77 "0011: 06 00 00 7fff0000"
78}
79expect {
80 timeout {puts "TESTING ERROR1 35\n";exit}
81 "0012: 15 00 01 0000000a"
82}
83expect {
84 timeout {puts "TESTING ERROR 36\n";exit}
85 "0013: 06 00 00 7fff0000"
86}
87expect {
88 timeout {puts "TESTING ERROR 37\n";exit}
89 "0014: 06 00 00 0005005f"
39} 90}
40 91
41after 100 92after 100
42send -- "exit\r" 93send -- "exit\r"
94
95
43after 100 96after 100
44puts "\nall done\n" 97puts "\nall done\n"