aboutsummaryrefslogtreecommitdiffstats
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
parenthidepid part 4 (diff)
downloadfirejail-bb5b4077e6f3549b35e8b420d882717141c069b9.tar.gz
firejail-bb5b4077e6f3549b35e8b420d882717141c069b9.tar.zst
firejail-bb5b4077e6f3549b35e8b420d882717141c069b9.zip
hidepid part 5
-rw-r--r--Makefile.in1
-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
-rwxr-xr-xtest/apps-x11/chromium.exp1
-rwxr-xr-xtest/apps-x11/firefox.exp1
-rwxr-xr-xtest/apps-x11/icedove.exp1
-rwxr-xr-xtest/apps-x11/transmission-gtk.exp1
-rwxr-xr-xtest/apps-x11/xterm.exp1
-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
-rwxr-xr-xtest/utils/firemon-caps.exp (renamed from test/utils/caps.exp)1
-rwxr-xr-xtest/utils/firemon-cgroup.exp1
-rwxr-xr-xtest/utils/firemon-cpu.exp1
-rwxr-xr-xtest/utils/firemon-seccomp.exp (renamed from test/utils/seccomp.exp)1
-rwxr-xr-xtest/utils/utils.sh12
-rw-r--r--todo1
33 files changed, 38 insertions, 6 deletions
diff --git a/Makefile.in b/Makefile.in
index 03b6befbe..6ea9e897f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -251,3 +251,4 @@ test-root:
251test-overlay: 251test-overlay:
252 cd test/overlay; ./overlay.sh | grep TESTING 252 cd test/overlay; ./overlay.sh | grep TESTING
253 253
254# mount -o remount,rw,hidepid=2 /proc
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 {
diff --git a/test/apps-x11/chromium.exp b/test/apps-x11/chromium.exp
index 38c932aca..2505c0c37 100755
--- a/test/apps-x11/chromium.exp
+++ b/test/apps-x11/chromium.exp
@@ -40,6 +40,7 @@ spawn $env(SHELL)
40send -- "firemon --seccomp\r" 40send -- "firemon --seccomp\r"
41expect { 41expect {
42 timeout {puts "TESTING ERROR 5\n";exit} 42 timeout {puts "TESTING ERROR 5\n";exit}
43 "need to be root" {puts "/proc mounted as hidepid, exiting...\n"; exit}
43 ":firejail" 44 ":firejail"
44} 45}
45expect { 46expect {
diff --git a/test/apps-x11/firefox.exp b/test/apps-x11/firefox.exp
index e82fc6e72..6a50c8884 100755
--- a/test/apps-x11/firefox.exp
+++ b/test/apps-x11/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/icedove.exp b/test/apps-x11/icedove.exp
index a07344f36..e306e33ce 100755
--- a/test/apps-x11/icedove.exp
+++ b/test/apps-x11/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/transmission-gtk.exp b/test/apps-x11/transmission-gtk.exp
index 6391a3717..4083a121f 100755
--- a/test/apps-x11/transmission-gtk.exp
+++ b/test/apps-x11/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 {
diff --git a/test/apps-x11/xterm.exp b/test/apps-x11/xterm.exp
index 7d61da542..4fa5ddf0c 100755
--- a/test/apps-x11/xterm.exp
+++ b/test/apps-x11/xterm.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/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 {
diff --git a/test/utils/caps.exp b/test/utils/firemon-caps.exp
index ab1067921..76aa13725 100755
--- a/test/utils/caps.exp
+++ b/test/utils/firemon-caps.exp
@@ -66,6 +66,7 @@ spawn $env(SHELL)
66send -- "firemon --caps\r" 66send -- "firemon --caps\r"
67expect { 67expect {
68 timeout {puts "TESTING ERROR 8.1\n";exit} 68 timeout {puts "TESTING ERROR 8.1\n";exit}
69 "need to be root" {puts "TESTING SKIP: /proc mounted as hidepid\n"; exit}
69 "bingo1" 70 "bingo1"
70} 71}
71expect { 72expect {
diff --git a/test/utils/firemon-cgroup.exp b/test/utils/firemon-cgroup.exp
index 3cd4f5a03..b1ab083ae 100755
--- a/test/utils/firemon-cgroup.exp
+++ b/test/utils/firemon-cgroup.exp
@@ -27,6 +27,7 @@ send -- "firemon --cgroup\r"
27sleep 4 27sleep 4
28expect { 28expect {
29 timeout {puts "TESTING ERROR 2\n";exit} 29 timeout {puts "TESTING ERROR 2\n";exit}
30 "need to be root" {puts "TESTING SKIP: /proc mounted as hidepid\n"; exit}
30 "name=test1" 31 "name=test1"
31} 32}
32expect { 33expect {
diff --git a/test/utils/firemon-cpu.exp b/test/utils/firemon-cpu.exp
index 22e44512c..f2ecd4a5c 100755
--- a/test/utils/firemon-cpu.exp
+++ b/test/utils/firemon-cpu.exp
@@ -27,6 +27,7 @@ send -- "firemon --cpu\r"
27sleep 4 27sleep 4
28expect { 28expect {
29 timeout {puts "TESTING ERROR 2\n";exit} 29 timeout {puts "TESTING ERROR 2\n";exit}
30 "need to be root" {puts "TESTING SKIP: /proc mounted as hidepid\n"; exit}
30 "name=test1" 31 "name=test1"
31} 32}
32expect { 33expect {
diff --git a/test/utils/seccomp.exp b/test/utils/firemon-seccomp.exp
index c9726ff21..26c478344 100755
--- a/test/utils/seccomp.exp
+++ b/test/utils/firemon-seccomp.exp
@@ -29,6 +29,7 @@ spawn $env(SHELL)
29send -- "firemon --seccomp\r" 29send -- "firemon --seccomp\r"
30expect { 30expect {
31 timeout {puts "TESTING ERROR 1\n";exit} 31 timeout {puts "TESTING ERROR 1\n";exit}
32 "need to be root" {puts "TESTING SKIP: /proc mounted as hidepid\n"; exit}
32 "bingo1" 33 "bingo1"
33} 34}
34expect { 35expect {
diff --git a/test/utils/utils.sh b/test/utils/utils.sh
index 557f2c961..7b0ab1096 100755
--- a/test/utils/utils.sh
+++ b/test/utils/utils.sh
@@ -82,18 +82,18 @@ rm -f index.html*
82./trace.exp 82./trace.exp
83rm -f index.html* 83rm -f index.html*
84 84
85echo "TESTING: firemon --seccomp (test/utils/seccomp.exp)"
86./seccomp.exp
87
88echo "TESTING: firemon --caps (test/utils/caps.exp)"
89./caps.exp
90
91echo "TESTING: top (test/utils/top.exp)" 85echo "TESTING: top (test/utils/top.exp)"
92./top.exp 86./top.exp
93 87
94echo "TESTING: file transfer (test/utils/ls.exp)" 88echo "TESTING: file transfer (test/utils/ls.exp)"
95./ls.exp 89./ls.exp
96 90
91echo "TESTING: firemon --seccomp (test/utils/firemon-seccomp.exp)"
92./firemon-seccomp.exp
93
94echo "TESTING: firemon --caps (test/utils/firemon-caps.exp)"
95./firemon-caps.exp
96
97echo "TESTING: firemon cpu (test/utils/firemon-cpu.exp)" 97echo "TESTING: firemon cpu (test/utils/firemon-cpu.exp)"
98./firemon-cpu.exp 98./firemon-cpu.exp
99 99
diff --git a/todo b/todo
index ddf886fcd..253704fcf 100644
--- a/todo
+++ b/todo
@@ -284,5 +284,6 @@ removable media, partitions, software RAID volumes, logical volumes, and files.
284 free(dbus_path); 284 free(dbus_path);
285} 285}
286 286
28729. grsecurity - move test after "firejail --name=blablabla" in /test/apps*
287 288
288 289