aboutsummaryrefslogtreecommitdiffstats
path: root/test/apps-x11-xorg
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-x11-xorg
parenthidepid part 4 (diff)
downloadfirejail-bb5b4077e6f3549b35e8b420d882717141c069b9.tar.gz
firejail-bb5b4077e6f3549b35e8b420d882717141c069b9.tar.zst
firejail-bb5b4077e6f3549b35e8b420d882717141c069b9.zip
hidepid part 5
Diffstat (limited to 'test/apps-x11-xorg')
-rwxr-xr-xtest/apps-x11-xorg/firefox.exp1
-rwxr-xr-xtest/apps-x11-xorg/icedove.exp1
-rwxr-xr-xtest/apps-x11-xorg/transmission-gtk.exp1
3 files changed, 3 insertions, 0 deletions
diff --git a/test/apps-x11-xorg/firefox.exp b/test/apps-x11-xorg/firefox.exp
index 5231bf8ed..66b82fe92 100755
--- a/test/apps-x11-xorg/firefox.exp
+++ b/test/apps-x11-xorg/firefox.exp
@@ -44,6 +44,7 @@ spawn $env(SHELL)
44send -- "firemon --seccomp\r" 44send -- "firemon --seccomp\r"
45expect { 45expect {
46 timeout {puts "TESTING ERROR 5\n";exit} 46 timeout {puts "TESTING ERROR 5\n";exit}
47 "need to be root" {puts "/proc mounted as hidepid, exiting...\n"; exit}
47 " firefox" {puts "firefox detected\n";} 48 " firefox" {puts "firefox detected\n";}
48 " iceweasel" {puts "iceweasel detected\n";} 49 " iceweasel" {puts "iceweasel detected\n";}
49} 50}
diff --git a/test/apps-x11-xorg/icedove.exp b/test/apps-x11-xorg/icedove.exp
index f676264ed..667c2259f 100755
--- a/test/apps-x11-xorg/icedove.exp
+++ b/test/apps-x11-xorg/icedove.exp
@@ -41,6 +41,7 @@ spawn $env(SHELL)
41send -- "firemon --seccomp\r" 41send -- "firemon --seccomp\r"
42expect { 42expect {
43 timeout {puts "TESTING ERROR 5\n";exit} 43 timeout {puts "TESTING ERROR 5\n";exit}
44 "need to be root" {puts "/proc mounted as hidepid, exiting...\n"; exit}
44 ":firejail" 45 ":firejail"
45} 46}
46expect { 47expect {
diff --git a/test/apps-x11-xorg/transmission-gtk.exp b/test/apps-x11-xorg/transmission-gtk.exp
index a91a1be08..c52cb5b3a 100755
--- a/test/apps-x11-xorg/transmission-gtk.exp
+++ b/test/apps-x11-xorg/transmission-gtk.exp
@@ -41,6 +41,7 @@ spawn $env(SHELL)
41send -- "firemon --seccomp\r" 41send -- "firemon --seccomp\r"
42expect { 42expect {
43 timeout {puts "TESTING ERROR 5\n";exit} 43 timeout {puts "TESTING ERROR 5\n";exit}
44 "need to be root" {puts "/proc mounted as hidepid, exiting...\n"; exit}
44 ":firejail" 45 ":firejail"
45} 46}
46expect { 47expect {