From ae7c2f508b0f27b5e7115dd3e75cec19eb40befa Mon Sep 17 00:00:00 2001 From: netblue30 Date: Fri, 17 Feb 2017 10:08:12 -0500 Subject: merge #1100 from zackw: x11=xorg testing --- test/apps-x11-xorg/firefox.exp | 2 +- test/apps-x11-xorg/icedove.exp | 2 +- test/apps-x11-xorg/transmission-gtk.exp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'test/apps-x11-xorg') diff --git a/test/apps-x11-xorg/firefox.exp b/test/apps-x11-xorg/firefox.exp index f66aeddd8..4da9e5a16 100755 --- a/test/apps-x11-xorg/firefox.exp +++ b/test/apps-x11-xorg/firefox.exp @@ -7,7 +7,7 @@ set timeout 10 spawn $env(SHELL) match_max 100000 -send -- "firejail --name=test --x11=xorg firefox -no-remote www.gentoo.org\r" +send -- "firejail --name=test --x11=xorg --ignore=net --ignore=netfilter --ignore=iprange firefox -no-remote www.gentoo.org\r" sleep 10 spawn $env(SHELL) diff --git a/test/apps-x11-xorg/icedove.exp b/test/apps-x11-xorg/icedove.exp index f7a08aa8f..ce1d38222 100755 --- a/test/apps-x11-xorg/icedove.exp +++ b/test/apps-x11-xorg/icedove.exp @@ -7,7 +7,7 @@ set timeout 10 spawn $env(SHELL) match_max 100000 -send -- "firejail --name=test --x11=xorg icedove\r" +send -- "firejail --name=test --x11=xorg --ignore=net --ignore=netfilter --ignore=iprange icedove\r" sleep 10 spawn $env(SHELL) diff --git a/test/apps-x11-xorg/transmission-gtk.exp b/test/apps-x11-xorg/transmission-gtk.exp index de8a7f7c6..c6d9ba13a 100755 --- a/test/apps-x11-xorg/transmission-gtk.exp +++ b/test/apps-x11-xorg/transmission-gtk.exp @@ -7,7 +7,7 @@ set timeout 10 spawn $env(SHELL) match_max 100000 -send -- "firejail --name=test --x11=xorg transmission-gtk\r" +send -- "firejail --name=test --x11=xorg --ignore=net --ignore=netfilter --ignore=iprange transmission-gtk\r" sleep 10 spawn $env(SHELL) -- cgit v1.2.3-54-g00ecf