aboutsummaryrefslogtreecommitdiffstats
path: root/test/filters
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2018-05-06 11:22:35 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2018-05-06 11:22:35 -0400
commitf905f046cc554f8ec2b800bcb9965b0f360cfd91 (patch)
tree789d465559540e25d5a97b52ca1a766db8ec14f5 /test/filters
parentark.profile: Add private-bin and private-etc (diff)
downloadfirejail-f905f046cc554f8ec2b800bcb9965b0f360cfd91.tar.gz
firejail-f905f046cc554f8ec2b800bcb9965b0f360cfd91.tar.zst
firejail-f905f046cc554f8ec2b800bcb9965b0f360cfd91.zip
remove 64bit seccomp filter from 32bit architectures
Diffstat (limited to 'test/filters')
-rwxr-xr-xtest/filters/fseccomp.exp17
1 files changed, 0 insertions, 17 deletions
diff --git a/test/filters/fseccomp.exp b/test/filters/fseccomp.exp
index 93f24ba71..87c5932ae 100755
--- a/test/filters/fseccomp.exp
+++ b/test/filters/fseccomp.exp
@@ -38,23 +38,6 @@ expect {
38} 38}
39 39
40after 100 40after 100
41send -- "fseccomp secondary 64 seccomp-test-file\r"
42after 100
43send -- "fsec-print seccomp-test-file\r"
44expect {
45 timeout {puts "TESTING ERROR 5.1\n";exit}
46 "jeq mount"
47}
48expect {
49 timeout {puts "TESTING ERROR 5.2\n";exit}
50 "jeq umount2"
51}
52expect {
53 timeout {puts "TESTING ERROR 5.3\n";exit}
54 "ret ALLOW"
55}
56
57after 100
58send -- "fseccomp default seccomp-test-file\r" 41send -- "fseccomp default seccomp-test-file\r"
59after 100 42after 100
60send -- "fsec-print seccomp-test-file\r" 43send -- "fsec-print seccomp-test-file\r"