aboutsummaryrefslogtreecommitdiffstats
path: root/test/firefox-x11.exp
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-04-04 20:28:26 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-04-04 20:28:26 -0400
commitbfe63202722791b5ba088dd1ee88f49d6ef2a90d (patch)
tree4b837d5823ed1bd33972e92db2803ed2af5d5d69 /test/firefox-x11.exp
parentgrsecurity: more network fixes (diff)
downloadfirejail-bfe63202722791b5ba088dd1ee88f49d6ef2a90d.tar.gz
firejail-bfe63202722791b5ba088dd1ee88f49d6ef2a90d.tar.zst
firejail-bfe63202722791b5ba088dd1ee88f49d6ef2a90d.zip
grsecurity: testing
Diffstat (limited to 'test/firefox-x11.exp')
-rwxr-xr-xtest/firefox-x11.exp7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/firefox-x11.exp b/test/firefox-x11.exp
index 8bc7fbd25..7e30437db 100755
--- a/test/firefox-x11.exp
+++ b/test/firefox-x11.exp
@@ -23,6 +23,13 @@ expect {
23 "no-remote" 23 "no-remote"
24} 24}
25sleep 1 25sleep 1
26# grsecurity exit
27send -- "file /proc/sys/kernel/grsecurity\r"
28expect {
29 timeout {puts "TESTING ERROR - grsecurity detection\n";exit}
30 "grsecurity: directory" {puts "grsecurity present, exiting...\n";exit}
31 "cannot open" {puts "grsecurity not present\n"}
32}
26send -- "firejail --name=blablabla\r" 33send -- "firejail --name=blablabla\r"
27expect { 34expect {
28 timeout {puts "TESTING ERROR 4\n";exit} 35 timeout {puts "TESTING ERROR 4\n";exit}