aboutsummaryrefslogtreecommitdiffstats
path: root/test/filters
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-08-18 17:30:36 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2017-08-18 17:30:36 -0400
commit10e48d54f13f9874bdc9168db911028c33de5c51 (patch)
tree21c75d466e75e47692bcb15950dae4969d5fa884 /test/filters
parenttesting: memwrexe runs only on x86_64 (diff)
downloadfirejail-10e48d54f13f9874bdc9168db911028c33de5c51.tar.gz
firejail-10e48d54f13f9874bdc9168db911028c33de5c51.tar.zst
firejail-10e48d54f13f9874bdc9168db911028c33de5c51.zip
seccomp testing
Diffstat (limited to 'test/filters')
-rwxr-xr-xtest/filters/fseccomp.exp6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/filters/fseccomp.exp b/test/filters/fseccomp.exp
index 95b7bfadd..a71c35302 100755
--- a/test/filters/fseccomp.exp
+++ b/test/filters/fseccomp.exp
@@ -72,7 +72,7 @@ expect {
72} 72}
73 73
74after 100 74after 100
75send -- "fseccomp drop seccomp-test-file chmod,chown\r" 75send -- "fseccomp drop seccomp-test-file tmpfile chmod,chown\r"
76after 100 76after 100
77send -- "fseccomp print seccomp-test-file\r" 77send -- "fseccomp print seccomp-test-file\r"
78expect { 78expect {
@@ -91,7 +91,7 @@ expect {
91} 91}
92 92
93after 100 93after 100
94send -- "fseccomp default drop seccomp-test-file chmod,chown\r" 94send -- "fseccomp default drop seccomp-test-file tmpfile chmod,chown\r"
95after 100 95after 100
96send -- "fseccomp print seccomp-test-file\r" 96send -- "fseccomp print seccomp-test-file\r"
97expect { 97expect {
@@ -115,7 +115,7 @@ expect {
115 "RETURN_ALLOW" 115 "RETURN_ALLOW"
116} 116}
117after 100 117after 100
118send -- "fseccomp keep seccomp-test-file chmod,chown\r" 118send -- "fseccomp keep seccomp-test-file tmpfile chmod,chown\r"
119after 100 119after 100
120send -- "fseccomp print seccomp-test-file\r" 120send -- "fseccomp print seccomp-test-file\r"
121expect { 121expect {