aboutsummaryrefslogtreecommitdiffstats
path: root/test/xchat.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/xchat.exp
parentgrsecurity: more network fixes (diff)
downloadfirejail-bfe63202722791b5ba088dd1ee88f49d6ef2a90d.tar.gz
firejail-bfe63202722791b5ba088dd1ee88f49d6ef2a90d.tar.zst
firejail-bfe63202722791b5ba088dd1ee88f49d6ef2a90d.zip
grsecurity: testing
Diffstat (limited to 'test/xchat.exp')
-rwxr-xr-xtest/xchat.exp9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/xchat.exp b/test/xchat.exp
index babbcf87d..cde89d754 100755
--- a/test/xchat.exp
+++ b/test/xchat.exp
@@ -26,6 +26,15 @@ expect {
26 "xchat" 26 "xchat"
27} 27}
28sleep 1 28sleep 1
29
30# grsecurity exit
31send -- "file /proc/sys/kernel/grsecurity\r"
32expect {
33 timeout {puts "TESTING ERROR - grsecurity detection\n";exit}
34 "grsecurity: directory" {puts "grsecurity present, exiting...\n";exit}
35 "cannot open" {puts "grsecurity not present\n"}
36}
37
29send -- "firejail --name=blablabla\r" 38send -- "firejail --name=blablabla\r"
30expect { 39expect {
31 timeout {puts "TESTING ERROR 4\n";exit} 40 timeout {puts "TESTING ERROR 4\n";exit}