aboutsummaryrefslogtreecommitdiffstats
path: root/test/apps/firefox.exp
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-11-11 12:52:05 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2016-11-11 12:52:05 -0500
commitbb5b4077e6f3549b35e8b420d882717141c069b9 (patch)
tree47643718c811531456e26913795edbcbff55ac05 /test/apps/firefox.exp
parenthidepid part 4 (diff)
downloadfirejail-bb5b4077e6f3549b35e8b420d882717141c069b9.tar.gz
firejail-bb5b4077e6f3549b35e8b420d882717141c069b9.tar.zst
firejail-bb5b4077e6f3549b35e8b420d882717141c069b9.zip
hidepid part 5
Diffstat (limited to 'test/apps/firefox.exp')
-rwxr-xr-xtest/apps/firefox.exp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/apps/firefox.exp b/test/apps/firefox.exp
index 64a733f98..5745d9270 100755
--- a/test/apps/firefox.exp
+++ b/test/apps/firefox.exp
@@ -55,6 +55,7 @@ spawn $env(SHELL)
55send -- "firemon --seccomp\r" 55send -- "firemon --seccomp\r"
56expect { 56expect {
57 timeout {puts "TESTING ERROR 5\n";exit} 57 timeout {puts "TESTING ERROR 5\n";exit}
58 "need to be root" {puts "/proc mounted as hidepid, exiting...\n"; exit}
58 " firefox" {puts "firefox detected\n";} 59 " firefox" {puts "firefox detected\n";}
59 " iceweasel" {puts "iceweasel detected\n";} 60 " iceweasel" {puts "iceweasel detected\n";}
60} 61}