aboutsummaryrefslogtreecommitdiffstats
path: root/test/apps
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
parenthidepid part 4 (diff)
downloadfirejail-bb5b4077e6f3549b35e8b420d882717141c069b9.tar.gz
firejail-bb5b4077e6f3549b35e8b420d882717141c069b9.tar.zst
firejail-bb5b4077e6f3549b35e8b420d882717141c069b9.zip
hidepid part 5
Diffstat (limited to 'test/apps')
-rwxr-xr-xtest/apps/chromium.exp1
-rwxr-xr-xtest/apps/deluge.exp1
-rwxr-xr-xtest/apps/evince.exp1
-rwxr-xr-xtest/apps/fbreader.exp1
-rwxr-xr-xtest/apps/filezilla.exp1
-rwxr-xr-xtest/apps/firefox.exp1
-rwxr-xr-xtest/apps/gnome-mplayer.exp1
-rwxr-xr-xtest/apps/gthumb.exp1
-rwxr-xr-xtest/apps/hexchat.exp1
-rwxr-xr-xtest/apps/icedove.exp1
-rwxr-xr-xtest/apps/midori.exp1
-rwxr-xr-xtest/apps/opera.exp1
-rwxr-xr-xtest/apps/qbittorrent.exp1
-rwxr-xr-xtest/apps/transmission-gtk.exp1
-rwxr-xr-xtest/apps/transmission-qt.exp1
-rwxr-xr-xtest/apps/uget-gtk.exp1
-rwxr-xr-xtest/apps/vlc.exp1
-rwxr-xr-xtest/apps/xchat.exp1
18 files changed, 18 insertions, 0 deletions
diff --git a/test/apps/chromium.exp b/test/apps/chromium.exp
index c01f9a54d..d43f70f8e 100755
--- a/test/apps/chromium.exp
+++ b/test/apps/chromium.exp
@@ -49,6 +49,7 @@ spawn $env(SHELL)
49send -- "firemon --seccomp\r" 49send -- "firemon --seccomp\r"
50expect { 50expect {
51 timeout {puts "TESTING ERROR 5\n";exit} 51 timeout {puts "TESTING ERROR 5\n";exit}
52 "need to be root" {puts "/proc mounted as hidepid, exiting...\n"; exit}
52 ":firejail chromium" 53 ":firejail chromium"
53} 54}
54expect { 55expect {
diff --git a/test/apps/deluge.exp b/test/apps/deluge.exp
index df7899b51..0bf1baae2 100755
--- a/test/apps/deluge.exp
+++ b/test/apps/deluge.exp
@@ -49,6 +49,7 @@ spawn $env(SHELL)
49send -- "firemon --seccomp\r" 49send -- "firemon --seccomp\r"
50expect { 50expect {
51 timeout {puts "TESTING ERROR 5\n";exit} 51 timeout {puts "TESTING ERROR 5\n";exit}
52 "need to be root" {puts "/proc mounted as hidepid, exiting...\n"; exit}
52 ":firejail deluge" 53 ":firejail deluge"
53} 54}
54expect { 55expect {
diff --git a/test/apps/evince.exp b/test/apps/evince.exp
index 0c1efcf59..71f760a9c 100755
--- a/test/apps/evince.exp
+++ b/test/apps/evince.exp
@@ -49,6 +49,7 @@ spawn $env(SHELL)
49send -- "firemon --seccomp\r" 49send -- "firemon --seccomp\r"
50expect { 50expect {
51 timeout {puts "TESTING ERROR 5\n";exit} 51 timeout {puts "TESTING ERROR 5\n";exit}
52 "need to be root" {puts "/proc mounted as hidepid, exiting...\n"; exit}
52 ":firejail evince" 53 ":firejail evince"
53} 54}
54expect { 55expect {
diff --git a/test/apps/fbreader.exp b/test/apps/fbreader.exp
index 30fbb1a77..99c48d87c 100755
--- a/test/apps/fbreader.exp
+++ b/test/apps/fbreader.exp
@@ -49,6 +49,7 @@ spawn $env(SHELL)
49send -- "firemon --seccomp\r" 49send -- "firemon --seccomp\r"
50expect { 50expect {
51 timeout {puts "TESTING ERROR 5\n";exit} 51 timeout {puts "TESTING ERROR 5\n";exit}
52 "need to be root" {puts "/proc mounted as hidepid, exiting...\n"; exit}
52 ":firejail fbreader" 53 ":firejail fbreader"
53} 54}
54expect { 55expect {
diff --git a/test/apps/filezilla.exp b/test/apps/filezilla.exp
index 1533eae69..2f7038184 100755
--- a/test/apps/filezilla.exp
+++ b/test/apps/filezilla.exp
@@ -49,6 +49,7 @@ spawn $env(SHELL)
49send -- "firemon --seccomp\r" 49send -- "firemon --seccomp\r"
50expect { 50expect {
51 timeout {puts "TESTING ERROR 5\n";exit} 51 timeout {puts "TESTING ERROR 5\n";exit}
52 "need to be root" {puts "/proc mounted as hidepid, exiting...\n"; exit}
52 ":firejail filezilla" 53 ":firejail filezilla"
53} 54}
54expect { 55expect {
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}
diff --git a/test/apps/gnome-mplayer.exp b/test/apps/gnome-mplayer.exp
index aa0ef44fb..6f0e5a312 100755
--- a/test/apps/gnome-mplayer.exp
+++ b/test/apps/gnome-mplayer.exp
@@ -49,6 +49,7 @@ spawn $env(SHELL)
49send -- "firemon --seccomp\r" 49send -- "firemon --seccomp\r"
50expect { 50expect {
51 timeout {puts "TESTING ERROR 5\n";exit} 51 timeout {puts "TESTING ERROR 5\n";exit}
52 "need to be root" {puts "/proc mounted as hidepid, exiting...\n"; exit}
52 ":firejail gnome-mplayer" 53 ":firejail gnome-mplayer"
53} 54}
54expect { 55expect {
diff --git a/test/apps/gthumb.exp b/test/apps/gthumb.exp
index 8dcd2fcd0..13132cef6 100755
--- a/test/apps/gthumb.exp
+++ b/test/apps/gthumb.exp
@@ -49,6 +49,7 @@ spawn $env(SHELL)
49send -- "firemon --seccomp\r" 49send -- "firemon --seccomp\r"
50expect { 50expect {
51 timeout {puts "TESTING ERROR 5\n";exit} 51 timeout {puts "TESTING ERROR 5\n";exit}
52 "need to be root" {puts "/proc mounted as hidepid, exiting...\n"; exit}
52 ":firejail gthumb" 53 ":firejail gthumb"
53} 54}
54expect { 55expect {
diff --git a/test/apps/hexchat.exp b/test/apps/hexchat.exp
index a66cc52cc..5d0bc1093 100755
--- a/test/apps/hexchat.exp
+++ b/test/apps/hexchat.exp
@@ -49,6 +49,7 @@ spawn $env(SHELL)
49send -- "firemon --seccomp\r" 49send -- "firemon --seccomp\r"
50expect { 50expect {
51 timeout {puts "TESTING ERROR 5\n";exit} 51 timeout {puts "TESTING ERROR 5\n";exit}
52 "need to be root" {puts "/proc mounted as hidepid, exiting...\n"; exit}
52 "hexchat" 53 "hexchat"
53} 54}
54expect { 55expect {
diff --git a/test/apps/icedove.exp b/test/apps/icedove.exp
index 667f6745d..c0fbd9fc8 100755
--- a/test/apps/icedove.exp
+++ b/test/apps/icedove.exp
@@ -49,6 +49,7 @@ spawn $env(SHELL)
49send -- "firemon --seccomp\r" 49send -- "firemon --seccomp\r"
50expect { 50expect {
51 timeout {puts "TESTING ERROR 5\n";exit} 51 timeout {puts "TESTING ERROR 5\n";exit}
52 "need to be root" {puts "/proc mounted as hidepid, exiting...\n"; exit}
52 ":firejail icedove" 53 ":firejail icedove"
53} 54}
54expect { 55expect {
diff --git a/test/apps/midori.exp b/test/apps/midori.exp
index fdd47954c..45d70eda1 100755
--- a/test/apps/midori.exp
+++ b/test/apps/midori.exp
@@ -49,6 +49,7 @@ spawn $env(SHELL)
49send -- "firemon --seccomp\r" 49send -- "firemon --seccomp\r"
50expect { 50expect {
51 timeout {puts "TESTING ERROR 5\n";exit} 51 timeout {puts "TESTING ERROR 5\n";exit}
52 "need to be root" {puts "/proc mounted as hidepid, exiting...\n"; exit}
52 ":firejail midori" 53 ":firejail midori"
53} 54}
54expect { 55expect {
diff --git a/test/apps/opera.exp b/test/apps/opera.exp
index b94c9dbbd..036fc2e21 100755
--- a/test/apps/opera.exp
+++ b/test/apps/opera.exp
@@ -49,6 +49,7 @@ spawn $env(SHELL)
49send -- "firemon --seccomp\r" 49send -- "firemon --seccomp\r"
50expect { 50expect {
51 timeout {puts "TESTING ERROR 5\n";exit} 51 timeout {puts "TESTING ERROR 5\n";exit}
52 "need to be root" {puts "/proc mounted as hidepid, exiting...\n"; exit}
52 ":firejail opera" 53 ":firejail opera"
53} 54}
54expect { 55expect {
diff --git a/test/apps/qbittorrent.exp b/test/apps/qbittorrent.exp
index ee4044a84..8bc6d8564 100755
--- a/test/apps/qbittorrent.exp
+++ b/test/apps/qbittorrent.exp
@@ -49,6 +49,7 @@ spawn $env(SHELL)
49send -- "firemon --seccomp\r" 49send -- "firemon --seccomp\r"
50expect { 50expect {
51 timeout {puts "TESTING ERROR 5\n";exit} 51 timeout {puts "TESTING ERROR 5\n";exit}
52 "need to be root" {puts "/proc mounted as hidepid, exiting...\n"; exit}
52 ":firejail qbittorrent" 53 ":firejail qbittorrent"
53} 54}
54expect { 55expect {
diff --git a/test/apps/transmission-gtk.exp b/test/apps/transmission-gtk.exp
index 33f4ef963..70700d523 100755
--- a/test/apps/transmission-gtk.exp
+++ b/test/apps/transmission-gtk.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 ":firejail transmission-gtk" 48 ":firejail transmission-gtk"
48} 49}
49expect { 50expect {
diff --git a/test/apps/transmission-qt.exp b/test/apps/transmission-qt.exp
index 991742106..3773b1dc2 100755
--- a/test/apps/transmission-qt.exp
+++ b/test/apps/transmission-qt.exp
@@ -49,6 +49,7 @@ spawn $env(SHELL)
49send -- "firemon --seccomp\r" 49send -- "firemon --seccomp\r"
50expect { 50expect {
51 timeout {puts "TESTING ERROR 5\n";exit} 51 timeout {puts "TESTING ERROR 5\n";exit}
52 "need to be root" {puts "/proc mounted as hidepid, exiting...\n"; exit}
52 ":firejail transmission-qt" 53 ":firejail transmission-qt"
53} 54}
54expect { 55expect {
diff --git a/test/apps/uget-gtk.exp b/test/apps/uget-gtk.exp
index 1511a07af..22c2a0831 100755
--- a/test/apps/uget-gtk.exp
+++ b/test/apps/uget-gtk.exp
@@ -49,6 +49,7 @@ spawn $env(SHELL)
49send -- "firemon --seccomp\r" 49send -- "firemon --seccomp\r"
50expect { 50expect {
51 timeout {puts "TESTING ERROR 5\n";exit} 51 timeout {puts "TESTING ERROR 5\n";exit}
52 "need to be root" {puts "/proc mounted as hidepid, exiting...\n"; exit}
52 ":firejail uget-gtk" 53 ":firejail uget-gtk"
53} 54}
54expect { 55expect {
diff --git a/test/apps/vlc.exp b/test/apps/vlc.exp
index f0903c170..b94ef8e12 100755
--- a/test/apps/vlc.exp
+++ b/test/apps/vlc.exp
@@ -49,6 +49,7 @@ spawn $env(SHELL)
49send -- "firemon --seccomp\r" 49send -- "firemon --seccomp\r"
50expect { 50expect {
51 timeout {puts "TESTING ERROR 5\n";exit} 51 timeout {puts "TESTING ERROR 5\n";exit}
52 "need to be root" {puts "/proc mounted as hidepid, exiting...\n"; exit}
52 ":firejail vlc" 53 ":firejail vlc"
53} 54}
54expect { 55expect {
diff --git a/test/apps/xchat.exp b/test/apps/xchat.exp
index 206397f3e..f3284caf7 100755
--- a/test/apps/xchat.exp
+++ b/test/apps/xchat.exp
@@ -49,6 +49,7 @@ spawn $env(SHELL)
49send -- "firemon --seccomp\r" 49send -- "firemon --seccomp\r"
50expect { 50expect {
51 timeout {puts "TESTING ERROR 5\n";exit} 51 timeout {puts "TESTING ERROR 5\n";exit}
52 "need to be root" {puts "/proc mounted as hidepid, exiting...\n"; exit}
52 " xchat" 53 " xchat"
53} 54}
54expect { 55expect {